mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-26 02:10:59 +00:00
Update and rename README.mkd to README.md
This commit is contained in:
parent
eda1b39a74
commit
47b3a0e466
8
release/README.md
Normal file
8
release/README.md
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
# 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
|
@ -1,20 +0,0 @@
|
|||||||
|
|
||||||
# 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`:
|
|
||||||
|
|
||||||
"mitmproxy>=%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
|
|
Loading…
Reference in New Issue
Block a user