Skip to content
Snippets Groups Projects
Commit 1fb2e3f2 authored by Richard van der Hoff's avatar Richard van der Hoff
Browse files

Add notes on tagging to README

parent 8672311d
No related branches found
No related tags found
No related merge requests found
......@@ -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
------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment