larigira/RELEASE.rst

12 lines
196 B
ReStructuredText
Raw Normal View History

2019-11-08 15:14:24 +01:00
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