aboutsummaryrefslogtreecommitdiffstats
path: root/release/README.md
blob: 723b095072fbee6eea19aa8a5dbbb62a6f3f4e41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Release Checklist

- Update CHANGELOG
- 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 (`twine upload wheelname`)
- Update docker-releases repo
- Update `latest` tag on https://hub.docker.com/r/mitmproxy/mitmproxy/~/settings/automated-builds/
- Bump the version in https://github.com/mitmproxy/mitmproxy/blob/master/mitmproxy/version.py and update https://github.com/mitmproxy/mitmproxy/blob/master/mitmproxy/io_compat.py in the next commit