Skip to content

Commit

Permalink
release instructions
Browse files Browse the repository at this point in the history
Signed-off-by: Chuck Ha <[email protected]>
  • Loading branch information
Chuck Ha committed Mar 28, 2018
1 parent 5a138f2 commit 4ef9499
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/release.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Release

## Steps to cut a release

1. Bump the version
2. Commit and open a pull request.
3. Create a tag after that pull request gets squashed onto master. `git tag -a v0.11.1`
4. Push the tag. `git push origin refs/tags/v0.11.1`

0 comments on commit 4ef9499

Please sign in to comment.