update release instructions
This commit is contained in:
parent
c9a183a7c5
commit
6fea6898d4
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue