aboutsummaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2020-02-21 23:09:31 +0100
committerGitHub <noreply@github.com>2020-02-21 23:09:31 +0100
commitacb87efdf2fbdba96a5717bbfb928389e0222e2b (patch)
tree45f82f3a21db90cb20802ef5c1b75c711b425d83 /release
parent9da85619e6bd1f274210a90883aba395497225d0 (diff)
downloadmitmproxy-acb87efdf2fbdba96a5717bbfb928389e0222e2b.tar.gz
mitmproxy-acb87efdf2fbdba96a5717bbfb928389e0222e2b.tar.bz2
mitmproxy-acb87efdf2fbdba96a5717bbfb928389e0222e2b.zip
Update README.md
mention mitmweb assets, refs #3822
Diffstat (limited to 'release')
-rw-r--r--release/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/release/README.md b/release/README.md
index 1b8614ea..8632d644 100644
--- a/release/README.md
+++ b/release/README.md
@@ -3,6 +3,7 @@
These steps assume you are on the correct branch and have a git remote called `origin` that points to the `mitmproxy/mitmproxy` repo. If necessary, create a major version branch starting off the release tag (e.g. `git checkout -b v4.x v4.0.0`) first.
- Update CHANGELOG.
+- Verify that the compiled mitmweb assets are up-to-date.
- Verify that all CI tests pass.
- Verify that `mitmproxy/version.py` is correct. Remove `.dev` suffix if it exists.
- Tag the release and push to Github.