summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorAnteru <bitbucket@ca.sh13.net>2018-11-24 16:37:08 +0000
committerAnteru <bitbucket@ca.sh13.net>2018-11-24 16:37:08 +0000
commitd13cb73dc075a689f17e453a392429eb880b2eca (patch)
tree0080f4e9f88ac2606d7409d05ac558d949eb22d4 /scripts
parentdc5b32f193fffada482963a52f6b6bce3bc5f5b9 (diff)
parent8408c47750e2f97282ed45827c1c45e4a31d7b78 (diff)
downloadpygments-git-d13cb73dc075a689f17e453a392429eb880b2eca.tar.gz
Merged in hroncok/pygments-main/py37 (pull request #772)
PEP 479: Raising StopIteration from a generator is now an error Approved-by: Anteru <bitbucket@ca.sh13.net>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/release-checklist24
1 files changed, 24 insertions, 0 deletions
diff --git a/scripts/release-checklist b/scripts/release-checklist
new file mode 100644
index 00000000..f18e6376
--- /dev/null
+++ b/scripts/release-checklist
@@ -0,0 +1,24 @@
+Release checklist
+=================
+
+* Check hg status
+* Make check
+* Make pylint
+* Make test from clean checkout with all supported Python versions
+* Update ez_setup.py
+* Update version info in setup.py/__init__.py
+* Check setup.py metadata: long description, trove classifiers
+* Update release date/code name in CHANGES
+* hg commit
+* make clean
+* For every supported version:
+ pythonX.Y setup.py release bdist_egg sdist upload
+* Check PyPI release page for obvious errors
+* hg tag
+* Make a maintenance branch if applicable
+* 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
+* hg commit
+* hg push