Skip to content

Commit

Permalink
Add notes on releasing new versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
jelmer committed Nov 3, 2018
1 parent cc07f0b commit 54c72f3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/releasing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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``

0 comments on commit 54c72f3

Please sign in to comment.