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

Push master and version tag separately.
This commit is contained in:
Joel Martin 2012-09-14 17:07:13 -05:00
parent a52beb385d
commit 3d4680f6c8

View File

@ -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