Fix the release instructions
This commit is contained in:
parent
ec7d968623
commit
047927d822
1 changed files with 2 additions and 2 deletions
|
@ -42,8 +42,8 @@ Release process
|
||||||
make js
|
make js
|
||||||
npm pack javascript
|
npm pack javascript
|
||||||
VERSION=x.y.z
|
VERSION=x.y.z
|
||||||
scp olm-$VERSION.tgz packages@ldc-prd-matrix-001:/sites/matrix/packages/npm/olm/``
|
scp olm-$VERSION.tgz packages@ldc-prd-matrix-001:/sites/matrix/packages/npm/olm/
|
||||||
git tag $VERSION
|
git tag $VERSION -s
|
||||||
git push --tags
|
git push --tags
|
||||||
|
|
||||||
It's probably sensible to do the above on a release branch (``release-vx.y.z``
|
It's probably sensible to do the above on a release branch (``release-vx.y.z``
|
||||||
|
|
Loading…
Reference in a new issue