noVNC version 0.3
- Also add docs/release.txt instruction file.
This commit is contained in:
@@ -1 +1 @@
|
||||
0.2
|
||||
0.3
|
||||
|
||||
7
docs/release.txt
Normal file
7
docs/release.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
- 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
|
||||
Reference in New Issue
Block a user