mirror of
https://github.com/novnc/noVNC.git
synced 2026-05-26 15:13:34 +00:00
This commit removes the old debian packaging information, which is out of date. People who wish to create Debain packages for noVNC are better off using the package information from the actual Debian or Ubuntu packages. Closes #453
10 lines
299 B
Plaintext
10 lines
299 B
Plaintext
- Update and commit docs/VERSION
|
|
- Create version tag and tarball from tag
|
|
WVER=0.3
|
|
git tag 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
|