diff options
-rw-r--r-- | RELEASE.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |