Skip to content

Commit 4962878

Browse files
authored
Merge pull request #7575 from nicoddemus/fix-changelog-entries-release-process
2 parents 095bf19 + 22acbaf commit 4962878

13 files changed

+3
-38
lines changed

RELEASING.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ Both automatic and manual processes described above follow the same steps from t
6969

7070
git fetch --all --prune
7171
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
72+
git cherry-pick -x -m1 origin/MAJOR.MINOR.x
73+
74+
#. 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.
7575

7676
#. Send an email announcement with the contents from::
7777

changelog/5584.breaking.rst

Lines changed: 0 additions & 23 deletions
This file was deleted.

changelog/7389.trivial.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/7392.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/7422.doc.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/7441.doc.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/7464.feature.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/7467.improvement.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/7472.breaking.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/7489.improvement.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/7491.bugfix.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelog/7517.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/7534.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)