mitmproxy/release
Maximilian Hils b5302ab522
Upgrade to Python 3.11 (#5678)
* upgrade to Python 3.11

* compatibility fixes
2022-10-26 11:13:37 +00:00
..
docker Upgrade to Python 3.11 (#5678) 2022-10-26 11:13:37 +00:00
installbuilder Windows: build pyinstaller onedir and use it for installer 2021-01-05 15:56:33 +01:00
specs simplify ci build script, add MSIX installer and Microsoft store. 2022-07-25 01:22:57 +02:00
windows-installer revise display names 2022-07-25 14:38:21 +02:00
.gitignore pin snapshot server hostkey, update pysftp 2018-01-04 14:12:30 +01:00
README.md add more release automation (#5674) 2022-10-24 17:06:40 +02:00
build-and-deploy-docker.py simplify ci build script, add MSIX installer and Microsoft store. 2022-07-25 01:22:57 +02:00
build.py separate snapshot and release deploy jobs (#5669) 2022-10-22 14:09:44 +02:00
deploy-microsoft-store.py simplify ci build script, add MSIX installer and Microsoft store. 2022-07-25 01:22:57 +02:00
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
release.py add more release automation (#5674) 2022-10-24 17:06:40 +02: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.

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