[script] Retrieve proper author and PR type when generating release notes #3746
Labels
area/release-eng
Issues or PRs related to the Release Engineering subproject
kind/feature
Categorizes issue or PR as related to a new feature.
needs-priority
sig/release
Categorizes an issue or PR as relevant to SIG Release.
What would you like to be added:
The release-notes script would retrieve the author of the fix from the parent PR.
Currently, the script retrieves the
https://github.com/k8s-infra-cherrypick-robot
as the author.Similarly (less important, because it does not need to be repeated when re-generating notes) it would be great to retrieve the PR type (like kind or feature).
Why is this needed:
It takes time to manually adjust the release notes. Sometimes the notes are regenerated, and in total it can take something like 30min of manual chore. Similarly, we need to manually annotate type for the cherry-picks (
/kind bug
).Example release in Kueue: kubernetes-sigs/kueue#2985
For this we have to manually adjust the notes. Example cherry-pick PR: kubernetes-sigs/kueue#2879.
The text was updated successfully, but these errors were encountered: