Update the instructions on release notes now that we do not use the SF
file release machinery for that.
This commit is contained in:
parent
f71e28bfbb
commit
31a64a1f85
11
pep-0102.txt
11
pep-0102.txt
|
@ -214,12 +214,11 @@ How to Make A Release
|
|||
|
||||
___ Edit the file for content: usually you can globally replace
|
||||
X.Ya(Z-1) with X.YaZ. However, you'll need to think about the
|
||||
"What's New?" section. You also need to watch out about two
|
||||
specific links in the file, one which references "the full
|
||||
scoop" on changes -- a shownotes link, and one which
|
||||
references the downloads on SF -- a showfiles link. You won't
|
||||
be able to update either link until you've completed the steps
|
||||
below. For now just note what needs to change.
|
||||
"What's New?" section.
|
||||
|
||||
___ Copy the Misc/NEWS file to NEWS.txt in the X.Y directory for
|
||||
python.org; this contains the "full scoop" of changes to
|
||||
Python since the previous release for this version of Python.
|
||||
|
||||
___ Also, update the MD5 checksums.
|
||||
|
||||
|
|
Loading…
Reference in New Issue