We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As a maintainer, I want the release process to be more automated to reduce manual errors during the release process.
release_prep.yml
Merging pending changelog entries
changie batch auto changie merge
committing and pushing those changes to main
tagging a new release
VERSION="v$(changie version)" git tag -a $VERSION -m "Release $VERSION" git push origin $VERSION
release.yml
.changes/3.0.0.md
The text was updated successfully, but these errors were encountered:
mattdot
Successfully merging a pull request may close this issue.
User Story
As a maintainer, I want the release process to be more automated to reduce manual errors during the release process.
Definition of Done
release_prep.yml
that automates the followingMerging pending changelog entries
committing and pushing those changes to main
tagging a new release
release.yml
.changes/3.0.0.md
) custom release notes https://goreleaser.com/customization/release/#custom-release-notesThe text was updated successfully, but these errors were encountered: