aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHubert Chathi <hubert@uhoreg.ca>2020-06-11 11:47:24 -0400
committerHubert Chathi <hubert@uhoreg.ca>2020-06-11 11:47:24 -0400
commit6fea6898d4d9e463f1f86be3280fd809e30a4915 (patch)
tree19813417cb8576881b5878f70bf3bd922eb2da31 /README.md
parentc9a183a7c5bbd78866c9613101a76508249c7d9f (diff)
update release instructions
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index fea3e63..fc9a66a 100644
--- a/README.md
+++ b/README.md
@@ -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