summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Martin <github@martintribe.org>2012-05-11 14:48:34 -0500
committerJoel Martin <github@martintribe.org>2012-05-11 14:48:34 -0500
commite472e6ce3a3e465cde02e2743967d2898744f2bc (patch)
treec5f75156139d5d6e266a1f9e10a6663ce1735ba6
parent17bb6ca38e7076d836d63fecbcccc46dc1661b67 (diff)
downloadnovnc-e472e6ce3a3e465cde02e2743967d2898744f2bc.tar.gz
docs/release.txt: --all and --tags are incompatible
-rw-r--r--docs/release.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/release.txt b/docs/release.txt
index 9e48838..0b816b3 100644
--- a/docs/release.txt
+++ b/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