refactor: adapt release note generation #82
Draft
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What this PR does / why we need it:
Changes the way the release notes are generated.
We wanted to include renovate PRs into the release notes. I decided to first change the release note generation script from bash to golang, because the bash script was already hard to understand and modifying it further would just have made it more complex. Note that bash is still used to fetch the PR information (via the
ghCLI) and dump it into a json file, which is then passed into the go script.Noteworthy changes:
For reference, our release note template in PRs looks like this (using
'instead of backticks for escaping reasons):breakingfeaturebugfixrefactordocchoreWhich issue(s) this PR fixes:
None
Special notes for your reviewer:
Expand the sections below for an example of what the new release notes look like.
Note that the example data comes from the ClusterProvider Gardener repo (mostly) and the PR numbers don't fit for this repo.
Example (raw)
Example (rendered)
Changelog
🚨 Breaking
[USER]
🚀 Features
[OPERATOR]
ClusterConfigresources. (chore(deps): update softprops/action-gh-release digest to 6cbd405 #68, @Diaphteiros)🐛 Bugfixes
[USER]
AccessRequestcontroller that could cause a panic when referencing aClusterresource that does not have a corresponding Gardener shoot. (chore(deps): update softprops/action-gh-release digest to 6cbd405 #68, @Diaphteiros)🔧 Chores
[DEPENDENCY]
➕ Other
[DEPENDENCY]
[OPERATOR]
[USER]
Release note: