9 lines
300 B
Plaintext
9 lines
300 B
Plaintext
- Update and commit docs/VERSION and debian/changelog
|
|
- Create version tag and tarball from tag
|
|
WVER=0.3
|
|
git tag v${WVER}
|
|
git push origin master v${WVER}
|
|
git archive --format=tar --prefix=novnc-${WVER}/ v${WVER} > novnc-${WVER}.tar
|
|
gzip novnc-${WVER}.tar
|
|
- Upload tarball to repo
|