From 54c72f379a3b6f66e3f4058dc3bb367e14ee439e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jelmer=20Vernoo=C4=B3?= Date: Sat, 3 Nov 2018 14:59:16 +0000 Subject: [PATCH] Add notes on releasing new versions. --- docs/releasing.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/releasing.rst b/docs/releasing.rst index 838b425..ee76191 100644 --- a/docs/releasing.rst +++ b/docs/releasing.rst @@ -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``