Skip to content

Commit

Permalink
some notes around the release process
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtlawrence committed Sep 8, 2021
1 parent 8f462df commit af243f0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ Scripting language focused on processing tabular data.
---
When a release is ready, simply create a release tag and push it to Github.
The release workflow will take care of the build and release creation.
**The release body uses [RELEASE.md](./RELEASE.md) as the release notes.
Be sure to update this before the tag push!**

```
# Update RELEASE.md
git push
git tag v#.#
git push origin v#.#
```

0 comments on commit af243f0

Please sign in to comment.