mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-02 02:37:15 +00:00
post-release updates
This commit is contained in:
parent
c10ae4f524
commit
16c98765fc
2 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@ import os
|
|||
import subprocess
|
||||
import sys
|
||||
|
||||
VERSION = "5.1.0"
|
||||
VERSION = "6.0.0.dev"
|
||||
PATHOD = "pathod " + VERSION
|
||||
MITMPROXY = "mitmproxy " + VERSION
|
||||
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ These steps assume you are on the correct branch and have a git remote called `o
|
|||
- 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/v<version number here>`
|
||||
`brew bump-formula-pr --url https://github.com/mitmproxy/mitmproxy/archive/v<version number here>.tar.gz mitmproxy`
|
||||
|
||||
### Docker
|
||||
- The docker image is built by our CI workers and pushed to Docker Hub automatically.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue