mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-25 16:20: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
|
$ 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
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue
Block a user