mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-25 08:10:33 +03:00
Merge pull request #3320 from radarhere/releasing
Improved pillow-wheels RELEASING instructions
This commit is contained in:
commit
bda3ce429f
|
@ -89,11 +89,12 @@ Released as needed privately to individual vendors for critical security-related
|
|||
$ git clone https://github.com/python-pillow/pillow-wheels
|
||||
$ cd pillow-wheels
|
||||
$ git submodule init
|
||||
$ git submodule update
|
||||
$ git submodule update Pillow
|
||||
$ cd Pillow
|
||||
$ git fetch --all
|
||||
$ git checkout [[release tag]]
|
||||
$ cd ..
|
||||
$ git add Pillow
|
||||
$ git commit -m "Pillow -> 5.2.0" Pillow
|
||||
$ git push
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue
Block a user