Commit e472e6ce authored by Joel Martin's avatar Joel Martin

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

parent 17bb6ca3
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
- Create version tag and tarball from tag - Create version tag and tarball from tag
WVER=0.3 WVER=0.3
git tag v${WVER} 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 git archive --format=tar --prefix=novnc-${WVER}/ v${WVER} > novnc-${WVER}.tar
gzip novnc-${WVER}.tar gzip novnc-${WVER}.tar
- Upload tarball to repo - Upload tarball to repo
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment