Codebase list golang-github-vbatts-go-mtree / run/8b33f766-a17c-4f6a-a6ff-20195992e8ec/main releases.md
run/8b33f766-a17c-4f6a-a6ff-20195992e8ec/main

Tree @run/8b33f766-a17c-4f6a-a6ff-20195992e8ec/main (Download .tar.gz)

releases.md @run/8b33f766-a17c-4f6a-a6ff-20195992e8ec/mainraw · history · blame

# 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