Files
mitmproxy/release
2017-03-15 22:36:58 +01:00
..
2016-12-11 23:07:47 +01:00
2016-12-11 23:07:47 +01:00
2016-11-28 00:51:52 +01:00
2016-02-18 11:25:29 +01:00
2017-03-15 22:36:58 +01:00
2016-02-15 14:58:53 +01:00
2017-01-23 20:33:12 +01:00
2016-12-11 23:07:47 +01:00

Release Checklist

Make sure run all these steps on the correct branch you want to create a new release for!

  • Verify mitmproxy/version.py
  • Update CHANGELOG
  • Verify that all CI tests pass
  • Tag the release and push to Github
  • Wait for tag CI to complete

GitHub Release

PyPi

  • Upload wheel to pypi: twine upload <mitmproxy-...-.whl

Docker

After everything is done, you might want to bump the version on master in https://github.com/mitmproxy/mitmproxy/blob/master/mitmproxy/version.py if you just created a major release.