From c0d0da584adc9a54b1c4976042e016fbbfb222d0 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sat, 24 Nov 2018 15:26:06 +0100 Subject: add release checklist --- scripts/release-checklist | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 scripts/release-checklist (limited to 'scripts') 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 -- cgit v1.2.1