From 047927d822734cffe43adc3f9eae355c12c6db01 Mon Sep 17 00:00:00 2001 From: Mark Haines Date: Wed, 14 Sep 2016 14:16:51 +0100 Subject: [PATCH] Fix the release instructions --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 3d4db70..21ae529 100644 --- a/README.rst +++ b/README.rst @@ -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``