aboutsummaryrefslogtreecommitdiffstats
path: root/release/README.md
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2018-04-05 18:26:55 +0200
committerGitHub <noreply@github.com>2018-04-05 18:26:55 +0200
commit2073df91030e145c972d8acb8d2c7158f825914a (patch)
tree8950c863d85c9036f77418177232dc396cbe7240 /release/README.md
parente33cf54e079edbcf7919af6c5285f476e420776d (diff)
downloadmitmproxy-2073df91030e145c972d8acb8d2c7158f825914a.tar.gz
mitmproxy-2073df91030e145c972d8acb8d2c7158f825914a.tar.bz2
mitmproxy-2073df91030e145c972d8acb8d2c7158f825914a.zip
update release instructions
Diffstat (limited to 'release/README.md')
-rw-r--r--release/README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/release/README.md b/release/README.md
index aaac8b0c..ab9992cc 100644
--- a/release/README.md
+++ b/release/README.md
@@ -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.