File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ upload to PyPI.
1616Bumping Version and updating Changelog
1717--------------------------------------
1818
19- Create a new PR with the new changes in ``src/ CHANGELOG.md ``.
19+ Create a new PR with the new changes in ``CHANGELOG.rst ``.
2020
2121Make a commit and push the changes to a new branch.
2222
@@ -41,6 +41,12 @@ Now merge the PR with the title "Bump version: V.V.V → W.W.W".
4141Note that CI will run all the ``cibuildwheel `` jobs which will in turn
4242generate the binaries for all the platforms, except for MacOS ARM.
4343
44+ Double-check the date in the CHANGELOG
45+ --------------------------------------
46+
47+ Open ``CHANGELOG.rst `` and ensure that the date next to the version you are releasing matches today's date.
48+ If the CHANGELOG was created earlier, it might have an older date. If so, update it.
49+
4450Preparing the MacOS VM
4551----------------------
4652
You can’t perform that action at this time.
0 commit comments