Skip to content

Commit

Permalink
Update Releasing.md - single version identifier. [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
wiredfool committed Jul 1, 2017
1 parent acb19d8 commit f28b188
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@ Released quarterly on the first day of January, April, July, October.
* [ ] Develop and prepare release in ``master`` branch.
* [ ] Check [Travis CI](https://travis-ci.org/python-pillow/Pillow) and [AppVeyor CI](https://ci.appveyor.com/project/python-pillow/Pillow) to confirm passing tests in ``master`` branch.
* [ ] Check that all of the wheel builds [Pillow Wheel Builder](https://github.com/python-pillow/pillow-wheels) pass the tests in TravisCI.
* [ ] In compliance with https://www.python.org/dev/peps/pep-0440/, update version identifier in:
```
PIL/__init__.py setup.py _imaging.c appveyor.yml
```
* [ ] In compliance with https://www.python.org/dev/peps/pep-0440/, update version identifier in `PIL/version.py`
* [ ] Update `CHANGES.rst`.
* [ ] Run pre-release check via `make release-test` in a freshly cloned repo.
* [ ] Create branch and tag for release e.g.:
Expand Down Expand Up @@ -41,13 +38,7 @@ Released as needed for security, installation or critical bug fixes.
```
git checkout -t remotes/origin/2.9.x
```
* [ ] In compliance with https://www.python.org/dev/peps/pep-0440/, update version identifier in:
```
PIL/__init__.py
setup.py
_imaging.c
appveyor.yml
```
* [ ] In compliance with https://www.python.org/dev/peps/pep-0440/, update version identifier in `PIL/version.py`
* [ ] Run pre-release check via `make release-test`.
* [ ] Create tag for release e.g.:
```
Expand Down

0 comments on commit f28b188

Please sign in to comment.