Skip to content

Commit

Permalink
fix a command in RELEASING.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony Sottile committed May 4, 2021
1 parent 2637ec3 commit 5ae2106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ Both automatic and manual processes described above follow the same steps from t
#. Cherry-pick the CHANGELOG / announce files to the ``main`` branch::

git fetch --all --prune
git checkout origin/main -b cherry-pick-release
git checkout upstream/main -b cherry-pick-release
git cherry-pick -x -m1 upstream/MAJOR.MINOR.x

#. Open a PR for ``cherry-pick-release`` and merge it once CI passes. No need to wait for approvals if there were no conflicts on the previous step.
Expand Down

0 comments on commit 5ae2106

Please sign in to comment.