From e472e6ce3a3e465cde02e2743967d2898744f2bc Mon Sep 17 00:00:00 2001 From: Joel Martin Date: Fri, 11 May 2012 14:48:34 -0500 Subject: [PATCH] docs/release.txt: --all and --tags are incompatible --- docs/release.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/release.txt b/docs/release.txt index 9e488385..0b816b35 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