Skip to content

Commit 0205fb4

Browse files
Update .github/ISSUE_TEMPLATE/RELEASE.md
Co-authored-by: Andrew Murray <[email protected]>
1 parent 8ab3bc4 commit 0205fb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/ISSUE_TEMPLATE/RELEASE.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ Released quarterly on January 2nd, April 1st, July 1st and October 15th.
1616
* [ ] Run pre-release check via `make release-test` in a freshly cloned repo.
1717
* [ ] Create branch and tag for release e.g.:
1818
```bash
19-
git branch [[MAJOR.MINOR.PATCH]]
20-
git tag [[MAJOR.MINOR.PATCH]]
19+
git branch [[MAJOR.MINOR]].0
20+
git tag [[MAJOR.MINOR]].0
2121
git push --tags
2222
```
2323
* [ ] 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.

0 commit comments

Comments
 (0)