aboutsummaryrefslogtreecommitdiffstats
path: root/release/release-checklist
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2015-07-21 17:51:59 +0200
committerMaximilian Hils <git@maximilianhils.com>2015-07-21 17:51:59 +0200
commit7fcbbb86cc2fe28259a672e22f443079912eba9c (patch)
treefba7a4d57bdd9ccb6fec67f313603bd58196d31c /release/release-checklist
parenta08172f6cc198fa34f6dfafe5eef8350153c889f (diff)
downloadmitmproxy-7fcbbb86cc2fe28259a672e22f443079912eba9c.tar.gz
mitmproxy-7fcbbb86cc2fe28259a672e22f443079912eba9c.tar.bz2
mitmproxy-7fcbbb86cc2fe28259a672e22f443079912eba9c.zip
streamline build process
Diffstat (limited to 'release/release-checklist')
-rw-r--r--release/release-checklist14
1 files changed, 8 insertions, 6 deletions
diff --git a/release/release-checklist b/release/release-checklist
index 84a7152e..b95d1ff6 100644
--- a/release/release-checklist
+++ b/release/release-checklist
@@ -8,14 +8,14 @@
- Ensure that the website style assets have been compiled for production, and
synced to the docs.
-- Render the docs:
- cshape doc-src doc
+- Render the docs, update CONTRIBUTORS file:
+ ./release/build.py docs contributors
- Run the test release, make sure the output is sensible
- ./release/test-release
+ ./release/build.py release
- Build the OSX binaries
- - Follow instructions in osxbinaries
+ - Follow instructions in osx-binaries
- Move to download dir:
mv ./tmp/osx-mitmproxy-VERSION.tar.gz ~/mitmproxy/www.mitmproxy.org/src/download
@@ -28,10 +28,12 @@ synced to the docs.
- Upload to pypi for each project:
- python ./setup.py sdist upload
+ ./release/build.py upload
- Now bump the version number to be ready for the next cycle:
+ TODO: We just shipped 0.12 - do we bump to 0.12.1 or 0.13 now?
+
mitmproxy/libmproxy/version.py
netlib/netlib/version.py
- pathod/libpathod/version.py
+ pathod/libpathod/version.py \ No newline at end of file