Skip to content

Commit

Permalink
Merge pull request #7575 from nicoddemus/fix-changelog-entries-releas…
Browse files Browse the repository at this point in the history
…e-process
  • Loading branch information
nicoddemus committed Jul 29, 2020
2 parents 095bf19 + 22acbaf commit 4962878
Show file tree
Hide file tree
Showing 13 changed files with 3 additions and 38 deletions.
6 changes: 3 additions & 3 deletions RELEASING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ Both automatic and manual processes described above follow the same steps from t

git fetch --all --prune
git checkout origin/master -b cherry-pick-release
git cherry-pick --no-commit -m1 origin/MAJOR.MINOR.x
git checkout origin/master -- changelog
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.

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

Expand Down
23 changes: 0 additions & 23 deletions changelog/5584.breaking.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog/7389.trivial.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog/7392.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog/7422.doc.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog/7441.doc.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog/7464.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog/7467.improvement.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog/7472.breaking.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog/7489.improvement.rst

This file was deleted.

2 changes: 0 additions & 2 deletions changelog/7491.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog/7517.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog/7534.bugfix.rst

This file was deleted.

0 comments on commit 4962878

Please sign in to comment.