diff options
author | Mark Haines <mjark@negativecurvature.net> | 2016-09-14 14:16:51 +0100 |
---|---|---|
committer | Mark Haines <mjark@negativecurvature.net> | 2016-09-14 14:16:51 +0100 |
commit | 047927d822734cffe43adc3f9eae355c12c6db01 (patch) | |
tree | 7d94cc8fa2a71b1d02c14699131eb64b7874ebf0 | |
parent | ec7d9686236cb8bc924d5fdbe1b92030afce8b4c (diff) |
Fix the release instructions
-rw-r--r-- | README.rst | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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`` |