mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-13 02:36:17 +03:00
Release guide wording [ci skip]
This commit is contained in:
parent
2934b11aff
commit
eacc3c93d6
18
RELEASING.md
18
RELEASING.md
|
@ -7,15 +7,23 @@ Released quarterly.
|
||||||
* [ ] Develop and prepare release in ``master`` branch.
|
* [ ] Develop and prepare release in ``master`` branch.
|
||||||
* [ ] Check [Travis CI](https://travis-ci.org/python-pillow/Pillow) to confirm passing tests in ``master`` branch.
|
* [ ] Check [Travis CI](https://travis-ci.org/python-pillow/Pillow) to confirm passing tests in ``master`` branch.
|
||||||
* [ ] Update version in:
|
* [ ] Update version in:
|
||||||
|
|
||||||
```
|
```
|
||||||
PIL/__init__.py setup.py _imaging.c
|
PIL/__init__.py setup.py _imaging.c
|
||||||
```
|
```
|
||||||
|
|
||||||
* [ ] Update `CHANGES.rst`.
|
* [ ] Update `CHANGES.rst`.
|
||||||
* [ ] Run pre-release check via `make pre`
|
* [ ] Run pre-release check via `make pre`.
|
||||||
* [ ] Tag and push to release branch in python-pillow repo.
|
* [ ] Create branch and tag for release e.g.:
|
||||||
* [ ] Upload source and binary distributions.
|
```
|
||||||
|
$ git branch 2.9.x
|
||||||
|
$ git tag 2.9.0
|
||||||
|
$ git push --all
|
||||||
|
$ git push --tags
|
||||||
|
```
|
||||||
|
* [ ] Create and upload source distributions e.g.:
|
||||||
|
```
|
||||||
|
$ make sdistup
|
||||||
|
|
||||||
|
* [ ] Create and upload binary distributions (see below).
|
||||||
|
|
||||||
## Point Release
|
## Point Release
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user