Remove extra cherrypick step from contributing (#26939)

This commit is contained in:
Christopher Batey 2019-05-21 13:31:00 +01:00 committed by Helena Edelson
parent 7e9366095e
commit 14d070298d

View file

@ -103,7 +103,6 @@ Using, for example: current.version 2.5.22, previous.version 2.5, milestone.vers
1. Label this PR with `to-be-backported` 1. Label this PR with `to-be-backported`
1. Mark this PR with Milestone `${milestone.version}` 1. Mark this PR with Milestone `${milestone.version}`
1. Mark the issue with Milestone `${current.version}` 1. Mark the issue with Milestone `${current.version}`
1. `cherry-pick to release-${previous.version}`
1. `git checkout release-${previous.version}` 1. `git checkout release-${previous.version}`
1. `git pull` 1. `git pull`
1. Create wip branch 1. Create wip branch