summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2019-11-29 06:30:23 +0100
committerGeorg Brandl <georg@python.org>2019-11-29 06:30:23 +0100
commitf4040be5b2fdd84bc2663cd12855c1e731fd162b (patch)
tree874653c23bb6a3e3acf41511c0cd1f94c8f202f4 /scripts
parent23bc89f74d1a008a8372da87015b4e87f75c95a9 (diff)
downloadpygments-git-f4040be5b2fdd84bc2663cd12855c1e731fd162b.tar.gz
Post-release updates; also tweak checklist
Diffstat (limited to 'scripts')
-rw-r--r--scripts/release-checklist8
1 files changed, 3 insertions, 5 deletions
diff --git a/scripts/release-checklist b/scripts/release-checklist
index f1bd0f38..599d6a5f 100644
--- a/scripts/release-checklist
+++ b/scripts/release-checklist
@@ -15,10 +15,8 @@ Release checklist
* ``twine upload dist/Pygments-$NEWVER*``
* Check PyPI release page for obvious errors
* ``git tag -a``
-* Merge default into stable if this was a ``x.y.0``
-* Update homepage (release info), regenerate docs (+printable!)
-* Add new version/milestone to tracker categories
-* Write announcement and send to mailing list/python-announce
* Update version info, add new ``CHANGES`` entry for next version
* ``git commit``
-* ``git push``
+* ``git push``, ``git push --tags``
+* Add new version/milestone to tracker categories
+* Write announcement and send to mailing list/python-announce