mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-22 15:37:45 +00:00
Some additions to the release checklist
This commit is contained in:
parent
c7a96b2fb1
commit
645a4a0c04
@ -26,5 +26,20 @@
|
||||
|
||||
- Build the OSX binaries
|
||||
- Follow instructions in osxbinaries
|
||||
- Package:
|
||||
cp -r ./doc /tmp/osx-mitmproxy/
|
||||
mv /tmp/osx-mitmproxy /tmp/osx-mitmproxy-VERSION
|
||||
tar -czvf /tmp/osx-mitmproxy-VERSION.tar.gz /tmp/osx-mitmproxy-VERSION
|
||||
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
|
||||
|
||||
|
||||
- Adjust links on www.mitmproxy.org
|
||||
|
||||
- Upload to pypi for each project:
|
||||
|
||||
python ./setup.py sdist upload
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user