From 1e37125a23996614f1f4fb05e2c60cd3bb1fdf16 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Thu, 19 Jul 2018 06:36:19 +1000 Subject: [PATCH] Added GitHub release to release checklist [ci skip] --- RELEASING.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/RELEASING.md b/RELEASING.md index 3c0e50457..5a6214810 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -24,6 +24,7 @@ Released quarterly on the first day of January, April, July, October. ``` * [ ] Create [binary distributions](#binary-distributions) * [ ] Upload all binaries and source distributions e.g. ``twine upload dist/Pillow-5.2.0-*`` +* [ ] Create a [new release on GitHub](https://github.com/python-pillow/Pillow/releases/new) * [ ] In compliance with [PEP 440](https://www.python.org/dev/peps/pep-0440/), append `.dev0` to version identifier in `src/PIL/_version.py` ## Point Release @@ -50,6 +51,7 @@ Released as needed for security, installation or critical bug fixes. $ make sdist ``` * [ ] Create [binary distributions](#binary-distributions) +* [ ] Create a [new release on GitHub](https://github.com/python-pillow/Pillow/releases/new) ## Embargoed Release @@ -73,6 +75,7 @@ Released as needed privately to individual vendors for critical security-related $ make sdist ``` * [ ] Create [binary distributions](#binary-distributions) +* [ ] Create a [new release on GitHub](https://github.com/python-pillow/Pillow/releases/new) ## Binary Distributions