PEP 101: Minor updates to major version bump procedure (#4003)

This commit is contained in:
Zachary Ware 2024-09-27 13:51:48 -05:00 committed by GitHub
parent a3fe7200b5
commit cb97c7cc4e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 3 deletions

View File

@ -539,9 +539,6 @@ the main repo.
- Edit all version references in ``README.rst``
- Move any historical "what's new" entries from ``Misc/NEWS`` to
``Misc/HISTORY``.
- Edit ``Doc/tutorial/interpreter.rst`` (two references to '[Pp]ython3x',
one to 'Python 3.x', also make the date in the banner consistent).
@ -571,6 +568,10 @@ the main repo.
ls PC/pyconfig.h.in PCbuild/rt.bat | xargs sed -i 's/python3\(\.\?\)[0-9]\+/python3\19/g'
- Edit the ``bug.yml`` and ``crash.yml`` issue templates in
``.github/ISSUE_TEMPLATE/`` to add the new branch to the
"versions" dropdown.
- Commit these changes to the main branch::
git status