update release docs
This commit is contained in:
parent
f71c11559c
commit
1bafe73a94
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue