docs/release.txt: correct tag instructions

This commit is contained in:
Joel Martin 2012-05-11 14:45:53 -05:00
parent df4fa13b89
commit 17bb6ca38e
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,8 @@
- Update and commit docs/VERSION and debian/changelog
- Create version tag and tarball from tag
WVER=0.3
git tag ${WVER}
git tag v${WVER}
git push --all --tags
git archive --format=tar --prefix=novnc-${WVER}/ v${WVER} > novnc-${WVER}.tar
gzip novnc-${WVER}.tar
- Upload tarball to repo