From 17bb6ca38e7076d836d63fecbcccc46dc1661b67 Mon Sep 17 00:00:00 2001 From: Joel Martin Date: Fri, 11 May 2012 14:45:53 -0500 Subject: [PATCH] docs/release.txt: correct tag instructions --- docs/release.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/release.txt b/docs/release.txt index 426b92d5..9e488385 100644 --- a/docs/release.txt +++ b/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