mitmproxy/release
2022-11-10 17:28:45 +01:00
..
docker properly assume Docker permissions, fix #5700 (#5702) 2022-10-31 18:16:00 +01:00
installbuilder fix windows installer build (#5690) 2022-10-29 14:12:16 +00:00
specs
windows-installer
.gitignore
build-and-deploy-docker.py unbreak docker ci 2022-11-10 17:28:45 +01:00
build.py skip self-test for console ui 2022-11-10 13:23:10 +01:00
deploy-microsoft-store.py
deploy.py add more release automation (#5674) 2022-10-24 17:06:40 +02:00
github-release-notes.txt add more release automation (#5674) 2022-10-24 17:06:40 +02:00
README.md fix filenames, test final Windows installer (#5691) 2022-10-29 15:11:54 +00:00
release.py ci: simplify release script (#5688) 2022-10-28 17:02:12 +02:00
selftest.py add self-test addon for binaries 2022-11-04 10:41:46 +00:00

Release Checklist

  1. Make sure that CHANGELOG.md is up-to-date with all entries in the "Unreleased" section.
  2. Invoke the release workflow from the GitHub UI.
  3. The spawned workflow runs will require manual confirmation on GitHub which you need to approve twice: https://github.com/mitmproxy/mitmproxy/actions
  4. Once everything has been deployed, update the website.
  5. Verify that the front-page download links for all platforms are working.

GitHub Releases

PyPi

Docker

Docs

  • CI will automatically update the stable docs and create an archive version:
    https://docs.mitmproxy.org/archive/vMAJOR/

Download Server

Microsoft Store

Homebrew

  • The Homebrew maintainers are typically very fast and detect our new relese within a day.
  • If you feel the need, you can run this from a macOS machine: brew bump-formula-pr --url https://github.com/mitmproxy/mitmproxy/archive/<version number here>.tar.gz mitmproxy

Website

Prepare for next release