aboutsummaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorThomas Kriechbaumer <Kriechi@users.noreply.github.com>2017-03-15 20:06:39 +0100
committerGitHub <noreply@github.com>2017-03-15 20:06:39 +0100
commite755399d1e4721f1332848acfcd82bd424cab24b (patch)
tree3b35cc38a305398c513d4ab12374e40ad7fd1f37 /release
parentcd93dabd757d97010b9223aa69caf52e6c2d0398 (diff)
downloadmitmproxy-e755399d1e4721f1332848acfcd82bd424cab24b.tar.gz
mitmproxy-e755399d1e4721f1332848acfcd82bd424cab24b.tar.bz2
mitmproxy-e755399d1e4721f1332848acfcd82bd424cab24b.zip
update release instructions
Diffstat (limited to 'release')
-rw-r--r--release/README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/release/README.md b/release/README.md
index 02fabfe9..d6def6d8 100644
--- a/release/README.md
+++ b/release/README.md
@@ -4,11 +4,13 @@
- Verify that all CI tests pass for current master
- Tag the release, and push to Github
- Wait for tag CI to complete
-- Download assets from snapshots.mitmproxy.org
+- Download assets from https://snapshots.mitmproxy.org
- Create release notice on Github
- Upload wheel to pypi (`twine upload wheelname`)
- Update docker-releases repo
- Create a new branch based of master for major versions.
- - Add a commit that pins dependencies like so: https://github.com/mitmproxy/docker-releases/commit/3d6a9989fde068ad0aea257823ac3d7986ff1613. The requirements can be obtained by creating a fresh venv, pip-installing the new wheel in there, and then running `pip freeze`.
+ - Add a commit that pins dependencies like so: https://github.com/mitmproxy/docker-releases/commit/3d6a9989fde068ad0aea257823ac3d7986ff1613.
+ * The requirements can be obtained by creating a fresh venv, pip-installing the new wheel in there, and then running `pip freeze`.
+    * `virtualenv -ppython3.5 venv && source venv/bin/activate && pip install mitmproxy && pip freeze`
- Update `latest` tag on https://hub.docker.com/r/mitmproxy/mitmproxy/~/settings/automated-builds/
- Bump the version in https://github.com/mitmproxy/mitmproxy/blob/master/mitmproxy/version.py and update https://github.com/mitmproxy/mitmproxy/blob/master/mitmproxy/io_compat.py in the next commit