-
Notifications
You must be signed in to change notification settings - Fork 254
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
Cherry-picker should copy release notes #1715
Comments
/assign @trasc |
@alculquicondor in the recent generated PRs , with the exception of #1704 case in which the source PR #1666 where the description has no |
I copied them manually |
It's strange, the implementation is in-place https://github.com/kubernetes/test-infra/blob/6d0a63230e80cf0138f83a65086f12d441756eb3/prow/external-plugins/cherrypicker/server.go#L46. |
uhm... then maybe it was only for the cherry-picks done with the script in |
That one has indeed an hard-coded empty release note. kueue/hack/cherry_pick_pull.sh Lines 147 to 149 in 4c1c6d6
|
Uhm... this code seems to point out that it indeed looks at parent PRs https://github.com/kubernetes/release/blob/355b4aad5b3593b7aa0764fe5b166660bfbdd686/pkg/notes/notes.go#L1048 |
I'll pay some attention next time I do a release to understand what I was doing wrong. /unassign trasc |
/assign trasc |
With kubernetes/release#3468 the defaulting to the original PR's release note if not present in the current one should work for both cherry-pick methods (bit an hack script) regardless of merge method used. |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /close not-planned |
@k8s-triage-robot: Closing this issue, marking it as "Not Planned". In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
What would you like to be added:
Copy release notes into the cherry-pick PR.
Why is this needed:
To simplify the release process.
Completion requirements:
This enhancement requires the following artifacts:
The artifacts should be linked in subsequent comments.
The text was updated successfully, but these errors were encountered: