Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
matrix-org
Olm
Commits
1fb2e3f2
Commit
1fb2e3f2
authored
Dec 03, 2015
by
Richard van der Hoff
Browse files
Add notes on tagging to README
parent
8672311d
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.rst
View file @
1fb2e3f2
...
...
@@ -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
------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment