From 92c69036354230e95085b986a8a6c0b0eadcf659 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Wed, 2 Jan 2019 08:33:21 +1100 Subject: [PATCH 1/2] Added updating Pillow in docker-images [ci skip] --- RELEASING.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/RELEASING.md b/RELEASING.md index b5e548e06..2965eeef5 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -107,3 +107,19 @@ Released as needed privately to individual vendors for critical security-related ## Documentation * [ ] Make sure the default version for Read the Docs is the latest release version, i.e. ``5.2.0`` rather than ``latest`` e.g. https://pillow.readthedocs.io/en/5.2.x/ + +## Docker images + +* [ ] Update Pillow for the [docker images](https://github.com/python-pillow/docker-images) +``` + $ git clone https://github.com/python-pillow/docker-images + $ cd docker-images + $ git submodule init + $ git submodule update Pillow + $ cd Pillow + $ git fetch --all + $ git checkout [[release tag]] + $ cd .. + $ git commit -m "Pillow -> 5.2.0" Pillow + $ git push +``` From 2eb7235d03a18d468510002be0b2b790e34f07eb Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Wed, 2 Jan 2019 10:33:25 +1100 Subject: [PATCH 2/2] Updated case Co-Authored-By: radarhere <3112309+radarhere@users.noreply.github.com> --- RELEASING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASING.md b/RELEASING.md index 2965eeef5..8a7a34157 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -110,7 +110,7 @@ Released as needed privately to individual vendors for critical security-related ## Docker images -* [ ] Update Pillow for the [docker images](https://github.com/python-pillow/docker-images) +* [ ] Update Pillow for the [Docker images](https://github.com/python-pillow/docker-images): ``` $ git clone https://github.com/python-pillow/docker-images $ cd docker-images