mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-24 00:04:09 +03:00
Merge pull request #3523 from radarhere/releasing
Added updating Pillow in docker-images to RELEASING
This commit is contained in:
commit
41fba67fb0
16
RELEASING.md
16
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
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue
Block a user