-
Notifications
You must be signed in to change notification settings - Fork 528
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
add support for generating release notes from upstream release #900
Conversation
Here's an example of the generated draft release body, using a previous release:
|
@shiftkey maybe it would be a good idea to make the release notes asset filenames links to the assets. since we can control the order the release notes are written in but the assets always appear in file alphabetical order basically this
x64 ARM64 ARM |
also since your script is also alphabetizing each individual release, maybe it would also be better to make the order standard. ie: deb then AppImage then rpm for each architecture. |
@theofficialgman adding this to #901 ? I'm open to adapting the format to whatever makes sense here, just trying to juggle feedback from different angles... |
This PR adds support to the
script/generate-release-notes
tool to read thechangelog.json
entries where a version represents the first release based on the given upstream release, and generates the release body matching the template that we use currently, with a couple of tweaks:Fixes
andImprovements
now get their own sections