mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-13 18:56:17 +03:00
Merge pull request #3260 from radarhere/release
Added GitHub release to release checklist
This commit is contained in:
commit
9c4dc68251
|
@ -24,6 +24,7 @@ Released quarterly on the first day of January, April, July, October.
|
||||||
```
|
```
|
||||||
* [ ] Create [binary distributions](#binary-distributions)
|
* [ ] Create [binary distributions](#binary-distributions)
|
||||||
* [ ] Upload all binaries and source distributions e.g. ``twine upload dist/Pillow-5.2.0-*``
|
* [ ] Upload all binaries and source distributions e.g. ``twine upload dist/Pillow-5.2.0-*``
|
||||||
|
* [ ] Create a [new release on GitHub](https://github.com/python-pillow/Pillow/releases/new)
|
||||||
* [ ] In compliance with [PEP 440](https://www.python.org/dev/peps/pep-0440/), append `.dev0` to version identifier in `src/PIL/_version.py`
|
* [ ] In compliance with [PEP 440](https://www.python.org/dev/peps/pep-0440/), append `.dev0` to version identifier in `src/PIL/_version.py`
|
||||||
|
|
||||||
## Point Release
|
## Point Release
|
||||||
|
@ -50,6 +51,7 @@ Released as needed for security, installation or critical bug fixes.
|
||||||
$ make sdist
|
$ make sdist
|
||||||
```
|
```
|
||||||
* [ ] Create [binary distributions](#binary-distributions)
|
* [ ] Create [binary distributions](#binary-distributions)
|
||||||
|
* [ ] Create a [new release on GitHub](https://github.com/python-pillow/Pillow/releases/new)
|
||||||
|
|
||||||
## Embargoed Release
|
## Embargoed Release
|
||||||
|
|
||||||
|
@ -73,6 +75,7 @@ Released as needed privately to individual vendors for critical security-related
|
||||||
$ make sdist
|
$ make sdist
|
||||||
```
|
```
|
||||||
* [ ] Create [binary distributions](#binary-distributions)
|
* [ ] Create [binary distributions](#binary-distributions)
|
||||||
|
* [ ] Create a [new release on GitHub](https://github.com/python-pillow/Pillow/releases/new)
|
||||||
|
|
||||||
## Binary Distributions
|
## Binary Distributions
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user