- update a couple of file paths that have changed
- add item to update release date for documentation (final releases only)
This commit is contained in:
parent
d9383b4772
commit
28f7fc98ce
|
@ -98,6 +98,9 @@ How to Make A Release
|
||||||
___ Check with the IDLE maintainer to be sure that
|
___ Check with the IDLE maintainer to be sure that
|
||||||
Lib/idlelib/NEWS.txt has been similarly updated.
|
Lib/idlelib/NEWS.txt has been similarly updated.
|
||||||
|
|
||||||
|
___ For final (non-alpha/beta/candidate) releases, make sure the
|
||||||
|
release date is fully spelled out in Doc/commontex/boilerplate.tex.
|
||||||
|
|
||||||
___ Tag and/or branch the tree for release X.YaZ
|
___ Tag and/or branch the tree for release X.YaZ
|
||||||
|
|
||||||
If you're releasing an alpha/beta/release candidate, you will
|
If you're releasing an alpha/beta/release candidate, you will
|
||||||
|
@ -182,7 +185,7 @@ How to Make A Release
|
||||||
number changes, also update the LICENSE file.
|
number changes, also update the LICENSE file.
|
||||||
|
|
||||||
___ There's a copy of the license in
|
___ There's a copy of the license in
|
||||||
Doc/texinputs/license.tex; Fred usually takes care of that.
|
Doc/commontex/license.tex; Fred usually takes care of that.
|
||||||
|
|
||||||
___ Check the years on the copyright notice. If the last release
|
___ Check the years on the copyright notice. If the last release
|
||||||
was some time last year, add the current year to the copyright
|
was some time last year, add the current year to the copyright
|
||||||
|
@ -194,7 +197,7 @@ How to Make A Release
|
||||||
|
|
||||||
___ Python/getcopyright.c
|
___ Python/getcopyright.c
|
||||||
|
|
||||||
___ Doc/texinputs/copyright.tex
|
___ Doc/commontex/copyright.tex
|
||||||
|
|
||||||
___ PC/python_nt.rc sets up the DLL version resource for Windows
|
___ PC/python_nt.rc sets up the DLL version resource for Windows
|
||||||
(displayed when you right-click on the DLL and select
|
(displayed when you right-click on the DLL and select
|
||||||
|
|
Loading…
Reference in New Issue