aboutsummaryrefslogtreecommitdiffstats
path: root/release/README.md
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2017-03-04 11:50:21 +0100
committerMaximilian Hils <git@maximilianhils.com>2017-03-04 11:50:40 +0100
commit1bafe73a94f84e377ebfd25e09302f7427146ef7 (patch)
tree6bf7b610ae26afcbf5c00086f677143771c2b801 /release/README.md
parentf71c11559ce99a2f6b3e54dcc0baa2e7044b4fd0 (diff)
downloadmitmproxy-1bafe73a94f84e377ebfd25e09302f7427146ef7.tar.gz
mitmproxy-1bafe73a94f84e377ebfd25e09302f7427146ef7.tar.bz2
mitmproxy-1bafe73a94f84e377ebfd25e09302f7427146ef7.zip
update release docs
Diffstat (limited to 'release/README.md')
-rw-r--r--release/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/release/README.md b/release/README.md
index 723b0950..02fabfe9 100644
--- a/release/README.md
+++ b/release/README.md
@@ -8,5 +8,7 @@
- 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`.
- 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