ReleaseChecklist: Make sure the changelog is complete

This commit is contained in:
Kamil Śliwak
2022-09-08 20:37:48 +02:00
parent a12a96cf7a
commit 918307a542
+1
View File
@@ -19,6 +19,7 @@
- [ ] Run ``make linkcheck`` from within ``docs/`` and fix any broken links it finds. Ignore false positives caused by ``href`` anchors and dummy links not meant to work.
### Changelog
- [ ] Make sure that all merged PRs that should have changelog entries do have them.
- [ ] Sort the changelog entries alphabetically and correct any errors you notice. Commit it.
- [ ] Update the changelog to include a release date.
- [ ] Run ``scripts/update_bugs_by_version.py`` to regenerate ``bugs_by_version.json`` from the changelog and ``bugs.json``.