File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -539,9 +539,6 @@ the main repo.
539
539
540
540
- Edit all version references in ``README.rst ``
541
541
542
- - Move any historical "what's new" entries from ``Misc/NEWS `` to
543
- ``Misc/HISTORY ``.
544
-
545
542
- Edit ``Doc/tutorial/interpreter.rst `` (two references to '[Pp]ython3x',
546
543
one to 'Python 3.x', also make the date in the banner consistent).
547
544
@@ -571,6 +568,10 @@ the main repo.
571
568
572
569
ls PC/pyconfig.h.in PCbuild/rt.bat | xargs sed -i 's/python3\(\.\?\)[0-9]\+/python3\19/g'
573
570
571
+ - Edit the ``bug.yml `` and ``crash.yml `` issue templates in
572
+ ``.github/ISSUE_TEMPLATE/ `` to add the new branch to the
573
+ "versions" dropdown.
574
+
574
575
- Commit these changes to the main branch::
575
576
576
577
git status
You can’t perform that action at this time.
0 commit comments