diff options
| author | David McMahon <djmm@google.com> | 2016-03-18 15:20:45 -0700 |
|---|---|---|
| committer | David McMahon <djmm@google.com> | 2016-03-18 15:20:45 -0700 |
| commit | afb05a2b3d15b98fcbc420171af6f2c71076e321 (patch) | |
| tree | 384d1eedd8a172e20ecb2891492990027348e66c | |
| parent | ffae1287d5299550cbf40adb84204d4ab2b173d4 (diff) | |
Update with release-1.2.
| -rw-r--r-- | cherry-picks.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/cherry-picks.md b/cherry-picks.md index 7fbcc93a..fa261be4 100644 --- a/cherry-picks.md +++ b/cherry-picks.md @@ -55,14 +55,14 @@ If you are cherrypicking a change which adds a doc, then you also need to run Ideally, just running `hack/cherry_pick_pull.sh` should be enough, but we are not there yet: [#18861](https://github.com/kubernetes/kubernetes/issues/18861) -To cherrypick PR 123456 to release-1.1, run the following commands after running `hack/cherry_pick_pull.sh` and before merging the PR: +To cherrypick PR 123456 to release-1.2, run the following commands after running `hack/cherry_pick_pull.sh` and before merging the PR: ``` -$ git checkout -b automated-cherry-pick-of-#123456-upstream-release-1.1 - origin/automated-cherry-pick-of-#123456-upstream-release-1.1 -$ ./build/versionize-docs.sh release-1.1 +$ git checkout -b automated-cherry-pick-of-#123456-upstream-release-1.2 + origin/automated-cherry-pick-of-#123456-upstream-release-1.2 +$ ./build/versionize-docs.sh release-1.2 $ git commit -a -m "Running versionize docs" -$ git push origin automated-cherry-pick-of-#123456-upstream-release-1.1 +$ git push origin automated-cherry-pick-of-#123456-upstream-release-1.2 ``` ## Cherry Pick Review |
