2015-08-16 00:39:06 +00:00
|
|
|
|
2015-08-16 08:09:33 +00:00
|
|
|
# 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.y` bugfix release
|
|
|
|
for a single project. This matches with what we do in `setup.py`:
|
|
|
|
|
2016-10-19 22:56:38 +00:00
|
|
|
"mitmproxy>=%s, <%s" % (version.MINORVERSION, version.NEXT_MINORVERSION)
|
2015-08-16 08:09:33 +00:00
|
|
|
|
|
|
|
|
|
|
|
# Release Checklist
|
|
|
|
|
2016-10-16 10:52:47 +00:00
|
|
|
- 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
|