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

* Check ``git status``
* ``make check``
* LATER when configured properly: ``make pylint``
* ``tox``
* Update version in ``pygments/__init__.py``
* Check setup.py metadata: long description, trove classifiers
* Update release date/code name in ``CHANGES``
* ``git 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
* ``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
* Write announcement and send to mailing list/python-announce