summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJoel Martin <github@martintribe.org>2012-09-17 12:52:54 -0500
committerJoel Martin <github@martintribe.org>2012-09-17 12:56:34 -0500
commit2d2798954ea76e5d99a861e4283683a7f1bd1401 (patch)
tree8eb1b6b31b28f4dd270226826075abb73ef9bd7c /docs
parent44e5fa0b82609d9193442176dd768ba43435455f (diff)
downloadwebsockify-2d2798954ea76e5d99a861e4283683a7f1bd1401.tar.gz
websockify version 0.2.0
Diffstat (limited to 'docs')
-rw-r--r--docs/release.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/release.txt b/docs/release.txt
index 23a47d0..5750c88 100644
--- a/docs/release.txt
+++ b/docs/release.txt
@@ -1,7 +1,9 @@
- Update setup.py and CHANGES.txt and commit
- Create version tag and tarball from tag
WVER=0.1.0
- git tag ${WVER}
+ git tag v${WVER}
+ git push origin master
+ git push origin v${WVER}
git archive --format=tar --prefix=websockify-${WVER}/ v${WVER} > websockify-${WVER}.tar
gzip websockify-${WVER}.tar
- Upload tarball to repo