Skip to content
Snippets Groups Projects
Commit 6fea6898 authored by Hubert Chathi's avatar Hubert Chathi
Browse files

update release instructions

parent c9a183a7
No related branches found
No related tags found
No related merge requests found
......@@ -134,11 +134,11 @@ make test
# build and test JS wrapper
make js
(cd javascript && npm run test)
npm pack javascript
(cd javascript && npm run test && npm pack javascript)
VERSION=x.y.z
scp olm-$VERSION.tgz packages@ares.matrix.org:packages/npm/olm/
gpg -b -a -u F75FDC22C1DE8453 javascript/olm-$VERSION.tgz
scp javascript/olm-$VERSION.tgz packages@ares.matrix.org:packages/npm/olm/
git tag $VERSION -s
git push --tags
......
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