소스 검색

docs/release.txt: correct tag instructions

Joel Martin 13 년 전
부모
커밋
17bb6ca38e
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      docs/release.txt

+ 2 - 1
docs/release.txt

@@ -1,7 +1,8 @@
 - Update and commit docs/VERSION and debian/changelog
 - Create version tag and tarball from tag
     WVER=0.3
-    git tag ${WVER}
+    git tag v${WVER}
+    git push --all --tags
     git archive --format=tar --prefix=novnc-${WVER}/ v${WVER} > novnc-${WVER}.tar
     gzip novnc-${WVER}.tar
 - Upload tarball to repo