Update release/README.md
This commit is contained in:
parent
4df31b6f9e
commit
d6986d43cd
|
@ -4,9 +4,8 @@
|
|||
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:
|
||||
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`.
|
||||
5. Once everything has been deployed, update the website.
|
||||
6. Verify that the front-page download links for all platforms are working.
|
||||
4. Once everything has been deployed, update the website.
|
||||
5. Verify that the front-page download links for all platforms are working.
|
||||
|
||||
### GitHub Releases
|
||||
|
||||
|
@ -41,7 +40,10 @@
|
|||
|
||||
### 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
|
||||
|
||||
|
|
Loading…
Reference in New Issue