mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2025-11-01 08:15:07 +01:00
366 B
366 B
Steps to prepare a release
-
On
hotfixbranch:- Update ReleaseNotes.md
- Update version in Makefile
- Commit, push, and pull request
- Merge in master
-
On Linux host:
- Pull master
- Ensure that GitHub Token environment variable
GITHUB_TOKENis set - Create release tag:
git tag v1.1.0 -m release - Execute
goreleaser release