diff options
Diffstat (limited to 'release')
-rw-r--r-- | release/README.md | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/release/README.md b/release/README.md index 0e9c373b..ab9992cc 100644 --- a/release/README.md +++ b/release/README.md @@ -5,9 +5,9 @@ Make sure run all these steps on the correct branch you want to create a new rel - Update CHANGELOG - Verify that all CI tests pass - Tag the release and push to Github - - For alphas, betas, and release candidates, use lightweight tags. + - For alphas, betas, and release candidates, use lightweight tags. This is necessary so that the .devXXXX counter does not reset. - - For final releases, use annotated tags. + - For final releases, use annotated tags. This makes the .devXXXX counter reset. - Wait for tag CI to complete @@ -40,6 +40,11 @@ Make sure run all these steps on the correct branch you want to create a new rel - `git push --tags` to push the new tag - Check the build details page again +## Website + - Update version here: https://github.com/mitmproxy/www/blob/master/src/config.toml + - `./build && ./upload-test` + - If everything looks alright: `./upload-prod` + ## 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. |