larigira/RELEASE.rst
2019-11-08 15:14:24 +01:00

11 wiersze
196 B
ReStructuredText

How to release
===================
Change version number in ``setup.py`` and ``doc/source/conf.py`` and commit it.
Make a tag like ``git tag -s v1.2.3``
``git push --tags``
./publish-release