-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
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
Improve release changelogs #117
Conversation
This improves the release by only adding the relevant parts of the CHANGELOG.md file. Besides that it also adds information on how to reproduce the build with srtool. Closes: #66
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One naming suggestion but still OK as it is.
.github/changelog-processor.py
Outdated
"--print-changelog-until-previous-version", | ||
dest="changelog_until_previous", | ||
help="Print the entire changelog until the previous version.", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It doesn't really make sense to say "until" something in the past, but I see what you mean that the CHANGELOG file itself goes backwards in time. IMO --print-changelog-from-last-release
expresses this better.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My naming is always shit :D
/merge |
Enabled Available commands
For more information see the documentation |
This improves the release by only adding the relevant parts of the CHANGELOG.md file. Besides that it also adds information on how to reproduce the build with srtool.
Closes: #66