mitmproxy/release
Vadim 2261346334
DockerHub-README.md: reword ambiguous command (#6080)
* DockerHub-README.md: reword ambiguous command

Being unfamiliar with the docker options, I thought the square brackets could be part of the command.

Instead, they refer to the sentence *after* the command, that is, they meant "optionally".

To remove the ambiguity, I put into onto different lines with an explanation.

* DockerHub-README.md: reword again, -v by default

- only leave the command with -v as an example
- grammar
- httpS link
2023-04-27 08:49:15 +00:00
..
docker DockerHub-README.md: reword ambiguous command (#6080) 2023-04-27 08:49:15 +00:00
installbuilder fix windows installer build (#5690) 2022-10-29 14:12:16 +00: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 fix filenames, test final Windows installer (#5691) 2022-10-29 15:11:54 +00:00
build-and-deploy-docker.py [autofix.ci] apply automated fixes 2023-02-27 08:37:11 +01:00
build.py Switch to pyproject.toml (#6016) 2023-03-26 17:40:32 +00: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 [autofix.ci] apply automated fixes 2023-02-27 08:37:11 +01:00
github-release-notes.txt add more release automation (#5674) 2022-10-24 17:06:40 +02:00
release.py [autofix.ci] apply automated fixes 2022-11-29 13:28:41 +00:00
selftest.py [autofix.ci] apply automated fixes 2022-11-29 13:28:41 +00: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-formula-pr --url https://github.com/mitmproxy/mitmproxy/archive/<version number here>.tar.gz mitmproxy

Website

Prepare for next release