Add notes on tagging to README

logging_enabled
Richard van der Hoff 2015-12-03 18:10:43 +00:00
parent 8672311d6f
commit 1fb2e3f267
1 changed files with 7 additions and 0 deletions

View File

@ -30,6 +30,13 @@ To build the javascript bindings, install emscripten from http://kripken.github.
javascript/build.py # builds javascript/olm.js
npm pack javascript # packages olm.js into olm-x.y.z.tgz
Remember to make a tag after releasing a tarball:
.. code:: bash
git tag x.y.z
git push --tags
Design
------