RELEASING.md
See https://pillow.readthedocs.io/en/stable/releasenotes/versioning.html for information about how the version numbers line up with releases.
Released quarterly on January 2nd, April 1st, July 1st and October 15th.
Released as needed for security, installation or critical bug fixes.
main branch.git checkout -t remotes/origin/5.2.x
main branch to release branch e.g. 5.2.x, then git push.5.2.x.src/PIL/_version.pymake release-test.git tag 5.2.1
git push --tags
make sdist
git push
Released as needed privately to individual vendors for critical security-related bug fixes.
main, cherry pick to affected release branches.make release-testgit checkout 2.5.x
git tag 2.5.3
git push origin --tags
git push origin 2.5.x
git clone https://github.com/python-pillow/docker-images
cd docker-images
./update-pillow-tag.sh [[release tag]]