We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 803d622 commit 6a9612eCopy full SHA for 6a9612e
1 file changed
RELEASE.md
@@ -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