summaryrefslogtreecommitdiff
path: root/RELEASE.md
diff options
context:
space:
mode:
Diffstat (limited to 'RELEASE.md')
-rw-r--r--RELEASE.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/RELEASE.md b/RELEASE.md
new file mode 100644
index 0000000..b403a31
--- /dev/null
+++ b/RELEASE.md
@@ -0,0 +1,8 @@
+# Release checklist
+
+- remove `-devel` from VERSION.txt
+- update CHANGELOG.md
+- `go test ./...` must succeed
+- release with `git tag -u <user> -m 'Release version <version>' 'v<version>'
+ with version as <major>.<minor>.<patch> (e.g. 0.2.3)
+- remove `-devel` from VERSION.txt