diff options
author | Richard van der Hoff <richard@matrix.org> | 2018-06-22 13:58:48 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2018-06-22 13:58:48 +0100 |
commit | 6d86835421c79a61d893f7709b6509b8d63847f4 (patch) | |
tree | 349eea9377d3f6d4444f64782aaa7d648692dcce /README.rst | |
parent | 62b576b903f3794658d95a8957a489cf442c9c11 (diff) |
Update releasing instructions
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -78,7 +78,7 @@ by convention), and merge back to master once the release is complete. npm pack javascript VERSION=x.y.z - scp olm-$VERSION.tgz packages@ldc-prd-matrix-001:/sites/matrix/packages/npm/olm/ + scp olm-$VERSION.tgz packages@ares.matrix.org:packages/npm/olm/ git tag $VERSION -s git push --tags |