File: README.mkd

package info (click to toggle)
mitmproxy 0.18.2-6%2Bdeb9u2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 37,444 kB
  • sloc: python: 33,213; makefile: 167; ansic: 68; sh: 48
file content (20 lines) | stat: -rw-r--r-- 608 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

# Release policies

  - By default, every release is a new minor (`0.x`) release and it will be
    pushed for all three projects.

  - Only if an emergency bugfix is needed, we push a new `0.x.y` bugfix release
    for a single project. This matches with what we do in `setup.py`:

        "netlib>=%s, <%s" % (version.MINORVERSION, version.NEXT_MINORVERSION)


# Release Checklist

- 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
- Create release notice on Github
- Upload wheel to pypi