mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
786fddb794
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
27 lines
533 B
YAML
27 lines
533 B
YAML
name-template: "$NEXT_MINOR_VERSION"
|
|
tag-template: "$NEXT_MINOR_VERSION"
|
|
change-template: '- $TITLE #$NUMBER [@$AUTHOR]'
|
|
|
|
categories:
|
|
- title: "Dependencies"
|
|
label: "Dependency"
|
|
- title: "Deprecations"
|
|
label: "Deprecation"
|
|
- title: "Documentation"
|
|
label: "Documentation"
|
|
- title: "Removals"
|
|
label: "Removal"
|
|
- title: "Testing"
|
|
label: "Testing"
|
|
|
|
exclude-labels:
|
|
- "changelog: skip"
|
|
|
|
template: |
|
|
|
|
https://pillow.readthedocs.io/en/stable/releasenotes/$NEXT_MINOR_VERSION.html
|
|
|
|
## Changes
|
|
|
|
$CHANGES
|