Update .github/ISSUE_TEMPLATE/RELEASE.md

Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
This commit is contained in:
Jeffrey A. Clark 2025-04-27 08:21:57 -04:00 committed by GitHub
parent 8ab3bc469e
commit 0205fb4fa2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,8 +16,8 @@ Released quarterly on January 2nd, April 1st, July 1st and October 15th.
* [ ] Run pre-release check via `make release-test` in a freshly cloned repo.
* [ ] Create branch and tag for release e.g.:
```bash
git branch [[MAJOR.MINOR.PATCH]]
git tag [[MAJOR.MINOR.PATCH]]
git branch [[MAJOR.MINOR]].0
git tag [[MAJOR.MINOR]].0
git push --tags
```
* [ ] Check the [GitHub Actions "Wheels" workflow](https://github.com/python-pillow/Pillow/actions/workflows/wheels.yml) has passed, including the "Upload release to PyPI" job. This will have been triggered by the new tag.