aboutsummaryrefslogtreecommitdiffstats
path: root/release/release-checklist
diff options
context:
space:
mode:
Diffstat (limited to 'release/release-checklist')
-rw-r--r--release/release-checklist37
1 files changed, 0 insertions, 37 deletions
diff --git a/release/release-checklist b/release/release-checklist
deleted file mode 100644
index 84a7152e..00000000
--- a/release/release-checklist
+++ /dev/null
@@ -1,37 +0,0 @@
-
-- Check the version number:
-
- mitmproxy/libmproxy/version.py
- netlib/netlib/version.py
- pathod/libpathod/version.py
-
-- Ensure that the website style assets have been compiled for production, and
-synced to the docs.
-
-- Render the docs:
- cshape doc-src doc
-
-- Run the test release, make sure the output is sensible
- ./release/test-release
-
-- Build the OSX binaries
- - Follow instructions in osxbinaries
- - Move to download dir:
- mv ./tmp/osx-mitmproxy-VERSION.tar.gz ~/mitmproxy/www.mitmproxy.org/src/download
-
-- Build the sources for each project:
- python ./setup.py sdist
- mv ./dist/FILE ~/mitmproxy/www.mitmproxy.org/src/download
-
-- Tag with the version number, and do:
- git push --tags
-
-- Upload to pypi for each project:
-
- python ./setup.py sdist upload
-
-- Now bump the version number to be ready for the next cycle:
-
- mitmproxy/libmproxy/version.py
- netlib/netlib/version.py
- pathod/libpathod/version.py