Add notes about building js and css.

This commit is contained in:
Jelmer Vernooij 2018-11-03 18:52:49 +00:00
parent 5dc07b29e4
commit 1957ae517e
No known key found for this signature in database
GPG Key ID: 579C160D4C9E23E8

View File

@ -5,5 +5,6 @@ Releasing steps
* Update version number in ``setup.py`` and ``CHANGES.rst`` * Update version number in ``setup.py`` and ``CHANGES.rst``
* ``git commit -m "Preparing ${VERSION}"`` * ``git commit -m "Preparing ${VERSION}"``
* ``git tag -as ${VERSION}`` * ``git tag -as ${VERSION}``
* ``make init all``
* ``./setup.py sdist`` * ``./setup.py sdist``
* ``twine upload dist/isso-${VERSION}.tar.gz`` * ``twine upload dist/isso-${VERSION}.tar.gz``