update release instructions

This commit is contained in:
Hubert Chathi 2020-06-11 11:47:24 -04:00
parent c9a183a7c5
commit 6fea6898d4

View file

@ -134,11 +134,11 @@ make test
# build and test JS wrapper # build and test JS wrapper
make js make js
(cd javascript && npm run test) (cd javascript && npm run test && npm pack javascript)
npm pack javascript
VERSION=x.y.z 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 tag $VERSION -s
git push --tags git push --tags