From 78043591bda9f9b177405f5ed1f27c9dd243c29e Mon Sep 17 00:00:00 2001 From: Alex Clark Date: Thu, 2 Oct 2014 06:29:29 -0400 Subject: [PATCH] Add `make pre` step Feel free to incorporate this better in other sections. --- RELEASING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/RELEASING.md b/RELEASING.md index 5a389b1ef..282f4cd51 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -53,3 +53,7 @@ python setup.py sdist upload * [ ] Retrieve the OS X Wheels from Rackspace files, upload to PyPi (Twine?) * [ ] Grab Windows binaries, `twine upload dist/*.[whl|egg]`. Manually upload .exe installers. * [ ] Announce release availability. [Twitter](https://twitter.com/pythonpillow), web. + +## Pre-release check + +* [ ] Run pre-release check via `make pre`