diff options
author | Hubert Chathi <hubert@uhoreg.ca> | 2020-06-11 11:47:24 -0400 |
---|---|---|
committer | Hubert Chathi <hubert@uhoreg.ca> | 2020-06-11 11:47:24 -0400 |
commit | 6fea6898d4d9e463f1f86be3280fd809e30a4915 (patch) | |
tree | 19813417cb8576881b5878f70bf3bd922eb2da31 | |
parent | c9a183a7c5bbd78866c9613101a76508249c7d9f (diff) |
update release instructions
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |