summaryrefslogtreecommitdiff
path: root/docs/hacking/index.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/hacking/index.rst')
-rw-r--r--docs/hacking/index.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/hacking/index.rst b/docs/hacking/index.rst
index 4826f483..d31d56a8 100644
--- a/docs/hacking/index.rst
+++ b/docs/hacking/index.rst
@@ -75,6 +75,17 @@ Making a new release
--------------------
A checklist for the release process can be found :ref:`here <release>`
+As part of the release we also tag upload snapshots of the `leap.bitmask_js`
+package, in order to allow installation of the javascript application without
+needing to compile the javascript and html assets. This is done with::
+
+ cd ui
+ make dist-build
+
+and then you can upload it to pypi::
+
+ make dist-upload
+
Contribution ideas
------------------
Want to help?