From 1957ae517e493d84994beef2394f8a5d03b0bfae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jelmer=20Vernoo=C4=B3?= Date: Sat, 3 Nov 2018 18:52:49 +0000 Subject: [PATCH] Add notes about building js and css. --- docs/releasing.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/releasing.rst b/docs/releasing.rst index ee76191..041343c 100644 --- a/docs/releasing.rst +++ b/docs/releasing.rst @@ -5,5 +5,6 @@ Releasing steps * Update version number in ``setup.py`` and ``CHANGES.rst`` * ``git commit -m "Preparing ${VERSION}"`` * ``git tag -as ${VERSION}`` +* ``make init all`` * ``./setup.py sdist`` * ``twine upload dist/isso-${VERSION}.tar.gz``