Browse Source

docs/release.txt: --all and --tags are incompatible

Joel Martin 13 years ago
parent
commit
e472e6ce3a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/release.txt

+ 1 - 1
docs/release.txt

@@ -2,7 +2,7 @@
 - Create version tag and tarball from tag
     WVER=0.3
     git tag v${WVER}
-    git push --all --tags
+    git push origin master v${WVER}
     git archive --format=tar --prefix=novnc-${WVER}/ v${WVER} > novnc-${WVER}.tar
     gzip novnc-${WVER}.tar
 - Upload tarball to repo