-
Notifications
You must be signed in to change notification settings - Fork 394
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
📖 docs: generate list of carry commits for rebasing #2994
Conversation
This is heavily inspired from the openshift rebase process - https://github.com/openshift/kubernetes/blob/master/REBASE.openshift.md.
/cc @xrstf @rajaskakodkar |
@nikhita: GitHub didn't allow me to request PR reviews from the following users: rajaskakodkar. Note that only kcp-dev members and repo collaborators can review this PR, and authors cannot review their own PRs. 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/test-infra repository. |
/retest tests look flaky, so maybe this will help. |
/retest |
/lgtm |
LGTM label has been added. Git tree hash: 1999c6a2fd18ca1bc475ec639d28bb735b88752d
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mjudeikis The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Summary
This PR updates the rebase documentation to include a way generate a list of carry commits that need to be considered for rebasing.
This is heavily inspired from the openshift rebase process - https://github.com/openshift/kubernetes/blob/master/REBASE.openshift.md.
This is the list I generated for 1.27 - https://docs.google.com/spreadsheets/d/15k9sih-xBKICuLUHj4HMrqYf60mliaslImqqv6fGSJI/edit?usp=sharing
It mirrors what Andy had generated for the 1.26 rebase - #2772
Related issue(s)
Related to #2986
Release Notes