We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e691d3e commit 22acbafCopy full SHA for 22acbaf
RELEASING.rst
@@ -69,9 +69,9 @@ Both automatic and manual processes described above follow the same steps from t
69
70
git fetch --all --prune
71
git checkout origin/master -b cherry-pick-release
72
- git cherry-pick --no-commit -m1 origin/MAJOR.MINOR.x
73
- git checkout origin/master -- changelog
74
- git commit # no arguments
+ git cherry-pick -x -m1 origin/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.
75
76
#. Send an email announcement with the contents from::
77
0 commit comments