summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJoel Martin <github@martintribe.org>2012-05-11 12:12:50 -0500
committerJoel Martin <github@martintribe.org>2012-05-11 12:12:50 -0500
commite1c206b3157611c9f1680e554ceba0e2dd84fd38 (patch)
tree4fa34ff56371c1d531fb8ccbe0bc05a2872df0ac /docs
parent63600bf422fd717dca92e53f7577f65efbf6450e (diff)
downloadwebsockify-e1c206b3157611c9f1680e554ceba0e2dd84fd38.tar.gz
Release version 0.1.0v0.1.0
Diffstat (limited to 'docs')
-rw-r--r--docs/release.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/release.txt b/docs/release.txt
new file mode 100644
index 0000000..23a47d0
--- /dev/null
+++ b/docs/release.txt
@@ -0,0 +1,7 @@
+- Update setup.py and CHANGES.txt and commit
+- Create version tag and tarball from tag
+ WVER=0.1.0
+ git tag ${WVER}
+ git archive --format=tar --prefix=websockify-${WVER}/ v${WVER} > websockify-${WVER}.tar
+ gzip websockify-${WVER}.tar
+- Upload tarball to repo