mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2024-11-10 08:57:25 +01:00
366 B
366 B
Steps to prepare a release
-
On
hotfix
branch:- 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_TOKEN
is set - Create release tag:
git tag v1.1.0 -m release
- Execute
goreleaser release