blob: 1c5e3a985a16ccd0ae2c3661534dcbebc722c7c3 (
plain)
1
2
3
4
5
6
7
8
|
# Release checklist
- 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)
- add `-devel` suffix to VERSION.txt
|