Skip to content

Commit 6a9612e

Browse files
Add release instructions (#20)
1 parent 803d622 commit 6a9612e

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

RELEASE.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Release procedure
2+
3+
- Create a release branch from master.
4+
- Update version in `VERSION`to the new version number, eg `'0.2.0'`.
5+
- Commit with commit message `Bump version to 0.2.0` and push the release branch to origin.
6+
- Create a pull request from release branch to `master` with the upcoming release number as the title.
7+
- Squash merge the pull request into `master`.
8+
- Go to GitHub releases page and publish the current draft release, setting the correct title and tag version from master branch.

0 commit comments

Comments
 (0)