aboutsummaryrefslogtreecommitdiff
path: root/third_party/websockify/docs/release.txt
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/websockify/docs/release.txt')
-rw-r--r--third_party/websockify/docs/release.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/third_party/websockify/docs/release.txt b/third_party/websockify/docs/release.txt
new file mode 100644
index 00000000..5750c88a
--- /dev/null
+++ b/third_party/websockify/docs/release.txt
@@ -0,0 +1,9 @@
+- Update setup.py and CHANGES.txt and commit
+- Create version tag and tarball from tag
+ WVER=0.1.0
+ 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