Skip to content

Commit

Permalink
modify release doc (#565)
Browse files Browse the repository at this point in the history
Signed-off-by: Ruben Orduz <[email protected]>
  • Loading branch information
rdodev authored and timothysc committed Dec 5, 2018
1 parent c93febb commit 7b18c13
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions docs/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@

1. Bump the version defined in the code. As of the time of writing it is in
`pkg/buildinfo/version.go`.
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 with `git push --tags` (note this will push all tags). To push
just one tag do something like: `git push <remote> refs/tags/v0.11.1` where
1. Commit and open a pull request.
1. Create a tag after that pull request gets squashed onto master. `git tag -a v0.13.0`.
1. Push the tag with `git push --tags` (note this will push all tags). To push
just one tag do something like: `git push <remote> refs/tags/v0.13.0` where
`<remote>` refers to github.com/heptio/sonobuoy (this might be something like
`upstream` or `origin`). If you are unsure, use the first option.
1. Open a browser tab and go to: https://travis-ci.org/heptio/sonobuoy/builds
and verify go releaser for tag v0.13.0 completes successfully

0 comments on commit 7b18c13

Please sign in to comment.