release.txt 299 B

123456789
  1. - Update and commit docs/VERSION
  2. - Create version tag and tarball from tag
  3. WVER=0.3
  4. git tag v${WVER}
  5. git push origin master
  6. git push origin v${WVER}
  7. git archive --format=tar --prefix=novnc-${WVER}/ v${WVER} > novnc-${WVER}.tar
  8. gzip novnc-${WVER}.tar
  9. - Upload tarball to repo