summaryrefslogtreecommitdiff
path: root/scripts/release-checklist
blob: efc1e1e8b9ebc65117ba3b8d7c3ec273f11152f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Release checklist
=================

* Check ``hg status``
* ``make check``
* LATER when configured properly: ``make pylint``
* ``tox``
* 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``
* ``python2 setup.py release bdist_wheel``
* ``python3 setup.py release bdist_wheel sdist``
* ``twine upload dist/Pygments-$NEWVER*``
* Check PyPI release page for obvious errors
* ``hg tag``
* 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
* ``hg commit``
* ``hg push``