release.txt 320 Bytes
Newer Older
Joel Martin's avatar
Joel Martin committed
1 2 3
- Update and commit docs/VERSION and debian/changelog
- Create version tag and tarball from tag
    WVER=0.3
4
    git tag v${WVER}
5 6
    git push origin master
    git push origin v${WVER}
Joel Martin's avatar
Joel Martin committed
7 8 9
    git archive --format=tar --prefix=novnc-${WVER}/ v${WVER} > novnc-${WVER}.tar
    gzip novnc-${WVER}.tar
- Upload tarball to repo