summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJoel Martin <github@martintribe.org>2013-06-27 16:35:54 -0500
committerJoel Martin <github@martintribe.org>2013-06-27 16:35:54 -0500
commit264f8fdd7f12bd5b9f6813fb8de81c55b6328d9b (patch)
tree15cdab01cccfa23024c8bf7474d3da38c9ef9e30 /docs
parent36cb8f4676c7b5ff34bd22ad729e00e77efb6f00 (diff)
downloadwebsockify-264f8fdd7f12bd5b9f6813fb8de81c55b6328d9b.tar.gz
Update to version 0.5.1v0.5.1
*** NOTE *** This version of websockify no longer supports the old Hixie protocol.
Diffstat (limited to 'docs')
-rw-r--r--docs/release.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/release.txt b/docs/release.txt
index e0e2660..1b15c69 100644
--- a/docs/release.txt
+++ b/docs/release.txt
@@ -1,4 +1,4 @@
-- Update setup.py and CHANGES.txt and commit
+- Update setup.py, CHANGES.txt and other/package.json and commit
- Create version tag and tarball from tag
WVER=0.1.0
git tag v${WVER}
@@ -8,3 +8,6 @@
python setup.py register
- Upload the source distribution to pypi
python setup.py sdist upload
+- Register with npmjs.org (once)
+- Upload websockify.js npmjs.org package
+ npm publish other/js