Skip to content

Commit d9c7d8f

Browse files
authored
Merge pull request #7272 from dlipovetsky/note-cherry-picking-order
docs: Ask for cherry-picks to be made in order from newest to oldest releases
2 parents 0cbf136 + d8b001a commit d9c7d8f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

contributors/devel/sig-release/cherry-picks.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ patch release branches.
7676

7777
## Initiate a Cherry Pick
7878

79+
Note: Before initiating a cherry-pick to a release branch, make sure the fix is available in every _newer_ release branch. For example, if 1.27 is the most recent release branch, then, before cherry-picking to 1.25, make sure the fix is already in 1.26 and 1.27. This helps to prevent regressions as a result of an upgrade to the next release.
80+
7981
- Run the [cherry pick script][cherry-pick-script]
8082

8183
This example applies a master branch PR #98765 to the remote branch

0 commit comments

Comments
 (0)