How to prepare a new release
Steps to prepare releases with goreleaser
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
 
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.