mirror of
https://github.com/novnc/noVNC.git
synced 2026-05-26 23:19:41 +00:00
8 lines
263 B
Plaintext
8 lines
263 B
Plaintext
- Update and commit docs/VERSION and debian/changelog
|
|
- Create version tag and tarball from tag
|
|
WVER=0.3
|
|
git tag ${WVER}
|
|
git archive --format=tar --prefix=novnc-${WVER}/ v${WVER} > novnc-${WVER}.tar
|
|
gzip novnc-${WVER}.tar
|
|
- Upload tarball to repo
|