Skip to content

Commit f56ce04

Browse files
jerrinotamunra
authored andcommitted
add a step to validate changelog dates
1 parent b6a0ff0 commit f56ce04

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

RELEASING.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ upload to PyPI.
1616
Bumping 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

2121
Make 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".
4141
Note that CI will run all the ``cibuildwheel`` jobs which will in turn
4242
generate 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+
4450
Preparing the MacOS VM
4551
----------------------
4652

0 commit comments

Comments
 (0)