diff options
| author | Maximilian Hils <git@maximilianhils.com> | 2015-07-21 19:03:25 +0200 |
|---|---|---|
| committer | Maximilian Hils <git@maximilianhils.com> | 2015-07-21 19:03:25 +0200 |
| commit | ec02eda0b452bfd435619afb41196856ecda39fc (patch) | |
| tree | cf7402b74bd55519e17b4b42c313c1f13a45d4f2 /release/release-checklist | |
| parent | 7fcbbb86cc2fe28259a672e22f443079912eba9c (diff) | |
| download | mitmproxy-ec02eda0b452bfd435619afb41196856ecda39fc.tar.gz mitmproxy-ec02eda0b452bfd435619afb41196856ecda39fc.tar.bz2 mitmproxy-ec02eda0b452bfd435619afb41196856ecda39fc.zip | |
preliminary release script
Diffstat (limited to 'release/release-checklist')
| -rw-r--r-- | release/release-checklist | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/release/release-checklist b/release/release-checklist index b95d1ff6..b12a4b82 100644 --- a/release/release-checklist +++ b/release/release-checklist @@ -19,17 +19,20 @@ synced to the docs. - 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 +- Move all source distributions from mitmproxy's dist folder to the server: + mv ./dist/* ~/mitmproxy/www.mitmproxy.org/src/download - Tag with the version number, and do: git push --tags + Tag and push v0.12 for all projects: + ./release/build.py tag v0.12 -- Upload to pypi for each project: +- Upload to pypi: ./release/build.py upload + Be careful: Pypi requires you to bump the version number if you want to do any further changes. + - 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? |
