-
Notifications
You must be signed in to change notification settings - Fork 804
notes on how to put together a v0.23.xx release #7519
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
Conversation
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.
Nice! This has all the point from my own notes :)
Thanks for putting this together.
Co-authored-by: Andrew Valencik <valencik@users.noreply.github.com>
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.
👍 Thanks!
1. Press the "Generate new release notes" button in GitHub. | ||
1. Manually edit the generated release notes: | ||
- Review the auto-labeling and categorization of PRs. | ||
- Put "Behind the scenes" section in to a `details` block. |
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.
I think this could be automated in the template, but it's not yet.
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.
I took a look at the docs and I think the category titles and labels (and an author exclusion) is the only configuration we have. I don't see a way to add anything to a particular category body
https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes#configuration-options
Polished up some notes from our call today working through the http4s release. Do these make sense?