You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ReleaseChecklist.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,10 +13,11 @@
13
13
-[ ] 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.
14
14
15
15
### Changelog
16
-
-[ ] Sort the changelog entries alphabetically and correct any errors you notice.
17
-
-[ ]Create a commit on a new branch that updates the ``Changelog`` to include a release date.
16
+
-[ ] Sort the changelog entries alphabetically and correct any errors you notice. Commit it.
17
+
-[ ]Update the changelog to include a release date.
18
18
-[ ] Run ``scripts/update_bugs_by_version.py`` to regenerate ``bugs_by_version.json`` from the changelog and ``bugs.json``.
19
-
-[ ] Create a pull request and wait for the tests, merge it.
19
+
Make sure that the resulting ``bugs_by_version.json`` has a new, empty entry for the new version.
20
+
-[ ] Commit changes, create a pull request and wait for the tests. Then merge it.
20
21
-[ ] Copy the changelog into the release blog post.
0 commit comments