summaryrefslogtreecommitdiff
path: root/docs/release.txt
blob: 23a47d08c54e4b777b9160c32d3ffdd33d53ba74 (plain)
1
2
3
4
5
6
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