mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-03 13:14:27 +03:00
Slight tweaks to embargoed release procedure
This commit is contained in:
parent
f52f373415
commit
eed5daa667
|
@ -55,7 +55,7 @@ Released as needed for security, installation or critical bug fixes.
|
|||
|
||||
## Embargoed Release
|
||||
|
||||
Security fixes that need to be pushed to the distros prior to public release.
|
||||
Released as needed to vendors before public for critical security-related bug fixes.
|
||||
|
||||
* [ ] Prepare patch for all versions that will get a fix. Test against local installations.
|
||||
* [ ] Commit against master, cherry pick to affected release branches.
|
||||
|
@ -70,8 +70,11 @@ Security fixes that need to be pushed to the distros prior to public release.
|
|||
git push origin 2.5.x
|
||||
git push origin --tags
|
||||
```
|
||||
* [ ] Upload source and binary distributions.
|
||||
|
||||
* [ ] Create and upload source distributions e.g.:
|
||||
```
|
||||
$ make sdistup
|
||||
```
|
||||
* [ ] Create and upload [binary distributions](#binary-distributions)
|
||||
|
||||
## Binary Distributions
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user