mitmproxy/release
2024-07-25 16:27:25 +02:00
..
docker
installbuilder
specs Update PyInstaller spec to set the u (unbuffered) flag (#6821) 2024-04-28 10:25:51 +02:00
windows-installer
.gitignore
build-and-deploy-docker.py prefix version tags with 'v' (#6810) 2024-04-19 21:28:05 +02:00
build.py prefix version tags with 'v' (#6810) 2024-04-19 21:28:05 +02:00
deploy-microsoft-store.py
deploy.py prefix version tags with 'v' (#6810) 2024-04-19 21:28:05 +02:00
github-release-notes.txt
README.md Update README.md 2024-07-25 16:27:25 +02:00
release.py fixup release script 2024-07-05 17:54:55 +02:00
selftest.py

Release Checklist

  1. Check if mitmproxy-rs needs a new release.
  2. Make sure that CHANGELOG.md is up-to-date with all entries in the "Unreleased" section.
  3. Invoke the release workflow from the GitHub UI.
  4. The spawned workflow runs will require manual confirmation on GitHub which you need to approve twice: https://github.com/mitmproxy/mitmproxy/actions
  5. Once everything has been deployed, update the website.
  6. 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-cask-pr mitmproxy

Website

Prepare for next release