Commit 39188f4e authored by Joel Martin's avatar Joel Martin

doc/release.txt: fix small error in process.

Push master and version tag separately.
parent ceec0526
......@@ -2,7 +2,8 @@
- Create version tag and tarball from tag
WVER=0.3
git tag v${WVER}
git push origin master v${WVER}
git push origin master
git push origin v${WVER}
git archive --format=tar --prefix=novnc-${WVER}/ v${WVER} > novnc-${WVER}.tar
gzip novnc-${WVER}.tar
- 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