update release instructions

sas-base64-fix
Hubert Chathi 2020-06-11 11:47:24 -04:00
parent c9a183a7c5
commit 6fea6898d4
1 changed files with 3 additions and 3 deletions

View File

@ -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