summaryrefslogtreecommitdiff
path: root/RELEASE.md
diff options
context:
space:
mode:
Diffstat (limited to 'RELEASE.md')
-rw-r--r--RELEASE.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/RELEASE.md b/RELEASE.md
index b403a31..1c5e3a9 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -1,8 +1,8 @@
# Release checklist
-- remove `-devel` from VERSION.txt
- update CHANGELOG.md
+- remove `-devel` from VERSION.txt and set the version correctly
- `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
+- add `-devel` suffix to VERSION.txt