Updates for HOWTO-Release.txt

This commit is contained in:
Robin Dunn
2023-06-07 19:13:51 -07:00
parent 21bf66f3eb
commit 59e2a57906
2 changed files with 8 additions and 4 deletions

View File

@@ -243,7 +243,7 @@ distBuilders = [ #'dist-osx-py36',
'dist-win32-py311',
'dist-win32-py312',
#'dist-win64-py36',
'dist-win64-py37',
#'dist-win64-py37',
'dist-win64-py38',
'dist-win64-py39',
'dist-win64-py310',

View File

@@ -80,15 +80,19 @@ HOWTO Release wxPython Phoenix
17. Tag the released revision in git, using a name like wxPython-4.0.0 (using
the actual version number of course.) Push the tag to all remotes.
18. Bump the version numbers in buildtools/version.py appropriately for the
18. Make a release at GitHub. Copy the generated source file into the release,
and use a message that indicates the source archives created by GitHub are
not complete.
19. Bump the version numbers in buildtools/version.py appropriately for the
next anticipated release, so future snapshot builds will be recognized as
pre-release development versions for the next official release, not the
one just completed.
19. If making an announcement about this release, (I think it's okay not to
20. If making an announcement about this release, (I think it's okay not to
for minor releases or smallish bug fixes,) send the text in
packaging/ANNOUNCE.txt to the email addresses listed at the top of the
file.
20. Add a news post to the wxPython site about the release.
21. Add a news post to the wxPython site about the release.