aboutsummaryrefslogtreecommitdiffstats
path: root/release/README.md
diff options
context:
space:
mode:
authorThomas Kriechbaumer <Kriechi@users.noreply.github.com>2017-04-30 11:21:28 +0200
committerGitHub <noreply@github.com>2017-04-30 11:21:28 +0200
commit82f87919e2494576d073f930ce0adaf31106c3e9 (patch)
tree3a30b1334e13ef4928a5e999a2929be502e13344 /release/README.md
parent8a4a46e7d3a0d05bcb4516af5f210b501fab73df (diff)
downloadmitmproxy-82f87919e2494576d073f930ce0adaf31106c3e9.tar.gz
mitmproxy-82f87919e2494576d073f930ce0adaf31106c3e9.tar.bz2
mitmproxy-82f87919e2494576d073f930ce0adaf31106c3e9.zip
fix markdown
Diffstat (limited to 'release/README.md')
-rw-r--r--release/README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/release/README.md b/release/README.md
index aa770e6e..a60b7f98 100644
--- a/release/README.md
+++ b/release/README.md
@@ -20,10 +20,10 @@ Make sure run all these steps on the correct branch you want to create a new rel
- Update the dependencies in [alpine/requirements.txt](https://github.com/mitmproxy/docker-releases/commit/3d6a9989fde068ad0aea257823ac3d7986ff1613#diff-9b7e0eea8ae74688b1ac13ea080549ba)
* Creating a fresh venv, pip-installing the new wheel in there, and then export all packages:
* `virtualenv -ppython3.5 venv && source venv/bin/activate && pip install mitmproxy && pip freeze`
-- Update `latest` tag [here](https://hub.docker.com/r/mitmproxy/mitmproxy/~/settings/automated-builds/)
-- Tag the commit with the correct version
-    * `2.0.0` for new major versions
-    * `2.0.2` for new patch versions
+ - Tag the commit with the correct version
+ * `2.0.0` for new major versions
+ * `2.0.2` for new patch versions
* `2.0` always points to the latest patch version of the `2.0.x` series (update tag + force push)
+- Update `latest` tag [here](https://hub.docker.com/r/mitmproxy/mitmproxy/~/settings/automated-builds/)
After everything is done, you might want to bump the version on master in [https://github.com/mitmproxy/mitmproxy/blob/master/mitmproxy/version.py](mitmproxy/version.py) if you just created a major release.