mitmproxy/release
Maximilian Hils 249eb8c735
release script: add one less newline
2024-06-13 11:19:23 +02:00
..
docker fix #6267 (#6270) 2023-07-20 10:45:43 +00:00
installbuilder build macOS app bundle (#6447) 2023-11-03 11:21:55 +00:00
specs Update PyInstaller spec to set the u (unbuffered) flag (#6821) 2024-04-28 10:25:51 +02:00
windows-installer
.gitignore
README.md Update release/README.md 2023-11-04 12:29:59 +01:00
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 Bump the github-actions group with 3 updates (#6701) 2024-03-06 21:54:11 +01:00
deploy.py prefix version tags with 'v' (#6810) 2024-04-19 21:28:05 +02:00
github-release-notes.txt add more release automation (#5674) 2022-10-24 17:06:40 +02:00
release.py release script: add one less newline 2024-06-13 11:19:23 +02:00
selftest.py Bump the github-actions group with 3 updates (#6701) 2024-03-06 21:54:11 +01:00

README.md

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-cask-pr mitmproxy

Website

Prepare for next release