1
0
Fork 0
mirror of https://github.com/vbatts/go-mtree.git synced 2024-09-27 04:44:02 +00:00
go-mtree/releases.md
Vincent Batts 67b30e3e57
release: add some steps to remember
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2017-01-23 14:40:40 -05:00

11 lines
422 B
Markdown

# How to do releases:
* Create a changeset with an update to `version.go`
- this commit will be tagged
- add another commit putting it back with '-dev' appended
* gpg sign the commit with an incremented version, like 'vX.Y.Z'
* Push the tag
* Create a "release" from the tag on github
- include the binaries from `make build.arches`
- write about notable changes, and their contributors
- PRs merged for the release