mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-02 10:47:14 +00:00
| .. | ||
| specs | ||
| .gitignore | ||
| README.mkd | ||
| rtool.pem | ||
| rtool.py | ||
| setup.py | ||
Release policies
-
By default, every release is a new minor (
0.x) release and it will be pushed for all three projects. -
Only if an emergency bugfix is needed, we push a new
0.x.ybugfix release for a single project. This matches with what we do insetup.py:"netlib>=%s, <%s" % (version.MINORVERSION, version.NEXT_MINORVERSION)
Release Checklist
- Verify that all CI tests pass for current master
- Tag the release, and push to Github
- Wait for tag CI to complete
- Download assets from snapshots.mitmproxy.org
- Create release notice on Github
- Upload wheel to pypi