Update release/README.md

This commit is contained in:
Maximilian Hils 2023-11-04 12:29:59 +01:00 committed by GitHub
parent 4df31b6f9e
commit d6986d43cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 4 deletions

View File

@ -4,9 +4,8 @@
2. Invoke the [release workflow](https://github.com/mitmproxy/mitmproxy/actions/workflows/release.yml) from the GitHub UI. 2. Invoke the [release workflow](https://github.com/mitmproxy/mitmproxy/actions/workflows/release.yml) from the GitHub UI.
3. The spawned workflow runs will require manual confirmation on GitHub which you need to approve twice: 3. The spawned workflow runs will require manual confirmation on GitHub which you need to approve twice:
https://github.com/mitmproxy/mitmproxy/actions https://github.com/mitmproxy/mitmproxy/actions
4. Build the macOS ARM binaries outside of CI and upload them to the download server: `./build.py macos-app`. 4. Once everything has been deployed, update the website.
5. Once everything has been deployed, update the website. 5. Verify that the front-page download links for all platforms are working.
6. Verify that the front-page download links for all platforms are working.
### GitHub Releases ### GitHub Releases
@ -41,7 +40,10 @@
### Homebrew ### Homebrew
TODO: This is not current and needs to be replaced with Cask instructions. - 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 ### Website