summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorMatthäus G. Chajdas <dev@anteru.net>2020-03-08 10:52:51 +0100
committerMatthäus G. Chajdas <dev@anteru.net>2020-03-08 10:52:51 +0100
commit7ead1f6ce87dfc792bd3ae929f51b88973cc6a79 (patch)
treeb7324a68d374d86bf213a7c29f90c0d5a8664772 /scripts
parent38b944b997b995add3a4a25fb23d33aa14f061ea (diff)
downloadpygments-git-7ead1f6ce87dfc792bd3ae929f51b88973cc6a79.tar.gz
Add more checks to the release checklist.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/release-checklist6
1 files changed, 4 insertions, 2 deletions
diff --git a/scripts/release-checklist b/scripts/release-checklist
index eae2a877..388d6eab 100644
--- a/scripts/release-checklist
+++ b/scripts/release-checklist
@@ -9,14 +9,16 @@ Release checklist
* Check setup.py metadata: long description, trove classifiers
* Update release date/code name in ``CHANGES``
* ``git commit``
+* Wait for the CI to finish
* ``make clean``
* ``python3 setup.py release bdist_wheel sdist``
+* Check the size of the generated packages. If they're significantly different from the last release, check if the repository is in a modified state and that ``make clean`` was run.
* ``twine upload dist/Pygments-$NEWVER*``
-* Check PyPI release page for obvious errors
+* Check PyPI release page for obvious errors (like different file sizes!)
* ``git tag -a``
* Add new ``CHANGES`` heading for next version
* ``git commit``
* ``git push``, ``git push --tags``
* Add new release on https://github.com/pygments/pygments/releases
-* Add new milestone on https://github.com/pygments/pygments/milestones
+* Add new milestone on https://github.com/pygments/pygments/milestones if needed
* Write announcement and send to mailing list/python-announce