From 67b30e3e57665f4df259d03538f824b5c8228f5f Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Sat, 21 Jan 2017 16:07:13 -0500 Subject: [PATCH] release: add some steps to remember Signed-off-by: Vincent Batts --- releases.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 releases.md diff --git a/releases.md b/releases.md new file mode 100644 index 0000000..89ee97e --- /dev/null +++ b/releases.md @@ -0,0 +1,11 @@ +# 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