Add notes on releasing new versions.

This commit is contained in:
Jelmer Vernooij 2018-11-03 14:59:16 +00:00
parent cc07f0b22f
commit 54c72f379a
No known key found for this signature in database
GPG Key ID: 579C160D4C9E23E8

View File

@ -3,3 +3,7 @@ Releasing steps
* Run ``make check``, ``python3 setup.py nosetests``, ``python2 setup.py nosetests``
* Update version number in ``setup.py`` and ``CHANGES.rst``
* ``git commit -m "Preparing ${VERSION}"``
* ``git tag -as ${VERSION}``
* ``./setup.py sdist``
* ``twine upload dist/isso-${VERSION}.tar.gz``