This commit is contained in:
Alex Clark 2015-04-03 09:55:43 -04:00
parent bb5247a8bf
commit ade0f3b91d

View File

@ -54,10 +54,10 @@ Security fixes that need to be pushed to the distros prior to public release.
* [ ] Amend any commits with the CVE # * [ ] Amend any commits with the CVE #
* [ ] On release date, tag and push to GitHub. * [ ] On release date, tag and push to GitHub.
``` ```
git checkout 2.5.x git checkout 2.5.x
git tag 2.5.3 git tag 2.5.3
git push origin 2.5.x git push origin 2.5.x
git push origin --tags git push origin --tags
``` ```
* [ ] Upload source and binary distributions. * [ ] Upload source and binary distributions.
@ -71,7 +71,7 @@ python setup.py sdist --format=zip upload
``` ```
Or Or
``` ```
make sdistup make sdistup
``` ```
(Debian requests a tarball, everyone else would just prefer that we choose one and stick to it. So both it is) (Debian requests a tarball, everyone else would just prefer that we choose one and stick to it. So both it is)
* [ ] Push a commit to https://github.com/python-pillow/pillow-wheels to build OSX versions (UNDONE latest tag or specific release???) * [ ] Push a commit to https://github.com/python-pillow/pillow-wheels to build OSX versions (UNDONE latest tag or specific release???)