Merge pull request #3320 from radarhere/releasing

Improved pillow-wheels RELEASING instructions
This commit is contained in:
Hugo 2018-08-28 14:53:31 +03:00 committed by GitHub
commit bda3ce429f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -89,11 +89,12 @@ Released as needed privately to individual vendors for critical security-related
$ git clone https://github.com/python-pillow/pillow-wheels $ git clone https://github.com/python-pillow/pillow-wheels
$ cd pillow-wheels $ cd pillow-wheels
$ git submodule init $ git submodule init
$ git submodule update $ git submodule update Pillow
$ cd Pillow $ cd Pillow
$ git fetch --all $ git fetch --all
$ git checkout [[release tag]] $ git checkout [[release tag]]
$ cd .. $ cd ..
$ git add Pillow
$ git commit -m "Pillow -> 5.2.0" Pillow $ git commit -m "Pillow -> 5.2.0" Pillow
$ git push $ git push
``` ```