Skip to content
Snippets Groups Projects
Commit 047927d8 authored by Mark Haines's avatar Mark Haines
Browse files

Fix the release instructions

parent ec7d9686
No related branches found
No related tags found
No related merge requests found
......@@ -42,8 +42,8 @@ Release process
make js
npm pack javascript
VERSION=x.y.z
scp olm-$VERSION.tgz packages@ldc-prd-matrix-001:/sites/matrix/packages/npm/olm/``
git tag $VERSION
scp olm-$VERSION.tgz packages@ldc-prd-matrix-001:/sites/matrix/packages/npm/olm/
git tag $VERSION -s
git push --tags
It's probably sensible to do the above on a release branch (``release-vx.y.z``
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment