diff options
| author | xengineering <me@xengineering.eu> | 2024-11-03 16:40:15 +0100 |
|---|---|---|
| committer | xengineering <me@xengineering.eu> | 2024-11-03 16:54:04 +0100 |
| commit | cc655af4d6efaf2b3b0ac50b7f7c044c6bc3b15d (patch) | |
| tree | e8ddd990e5053bae42958a74b34eed92ffcadea5 | |
| parent | 6c8ac2b906d8d42d3765c4821ebbafc72c43663b (diff) | |
| download | ceres-cc655af4d6efaf2b3b0ac50b7f7c044c6bc3b15d.tar ceres-cc655af4d6efaf2b3b0ac50b7f7c044c6bc3b15d.tar.zst ceres-cc655af4d6efaf2b3b0ac50b7f7c044c6bc3b15d.zip | |
Fix RELEASE.md
The changelog should be changed before updating the version to make sure
changing the version is the commit which is tagged.
Furthermore there was a mistake that the suffix `-devel` should be
removed after release. Instead it should be added.
| -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 |
