diff options
Diffstat (limited to 'release/README.md')
-rw-r--r-- | release/README.md | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/release/README.md b/release/README.md index 044e0dc9..08972076 100644 --- a/release/README.md +++ b/release/README.md @@ -6,7 +6,6 @@ release for! The command examples assume that you have a git remote called - Verify that `mitmproxy/version.py` is correct - Update CHANGELOG -- Update CONTRIBUTORS: `git shortlog -n -s > CONTRIBUTORS` - Verify that all CI tests pass - Create a major version branch - e.g. `v4.x`. Assuming you have a remote repo called `upstream` that points to the mitmproxy/mitmproxy repo:: - `git checkout -b v4.x upstream/master` @@ -68,6 +67,5 @@ release for! The command examples assume that you have a git remote called - `./upload-stable` ## Prepare for next release - - Last but not least, bump the version on master in [https://github.com/mitmproxy/mitmproxy/blob/master/mitmproxy/version.py](mitmproxy/version.py) for major releases. |