Skip to content

Commit 5c90a1d

Browse files
author
k8s-merge-robot
committed
Merge pull request kubernetes#23219 from david-mcmahon/cherry-picks
Auto commit by PR queue bot
2 parents 4d41bd5 + 4432d22 commit 5c90a1d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/devel/cherry-picks.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,14 @@ If you are cherrypicking a change which adds a doc, then you also need to run
5555
Ideally, just running `hack/cherry_pick_pull.sh` should be enough, but we are not there
5656
yet: [#18861](https://github.com/kubernetes/kubernetes/issues/18861)
5757

58-
To cherrypick PR 123456 to release-1.1, run the following commands after running `hack/cherry_pick_pull.sh` and before merging the PR:
58+
To cherrypick PR 123456 to release-1.2, run the following commands after running `hack/cherry_pick_pull.sh` and before merging the PR:
5959

6060
```
61-
$ git checkout -b automated-cherry-pick-of-#123456-upstream-release-1.1
62-
origin/automated-cherry-pick-of-#123456-upstream-release-1.1
63-
$ ./build/versionize-docs.sh release-1.1
61+
$ git checkout -b automated-cherry-pick-of-#123456-upstream-release-1.2
62+
origin/automated-cherry-pick-of-#123456-upstream-release-1.2
63+
$ ./build/versionize-docs.sh release-1.2
6464
$ git commit -a -m "Running versionize docs"
65-
$ git push origin automated-cherry-pick-of-#123456-upstream-release-1.1
65+
$ git push origin automated-cherry-pick-of-#123456-upstream-release-1.2
6666
```
6767

6868
## Cherry Pick Review

0 commit comments

Comments
 (0)