From 2934b11affad8b7a05e3223e4ec3cf5adefdcfff Mon Sep 17 00:00:00 2001 From: Alex Clark Date: Fri, 3 Apr 2015 09:25:58 -0400 Subject: [PATCH] Release guide wording nits [ci skip] --- RELEASING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/RELEASING.md b/RELEASING.md index 181f4e077..47b05fd01 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -4,7 +4,8 @@ Released quarterly. -* [ ] Get master to appropriate code release state. [Travis CI](https://travis-ci.org/python-pillow/Pillow) should be running cleanly for all merges to master. +* [ ] Develop and prepare release in ``master`` branch. +* [ ] Check [Travis CI](https://travis-ci.org/python-pillow/Pillow) to confirm passing tests in ``master`` branch. * [ ] Update version in: ```