Pillow/.github/release-drafter.yml
Hugo van Kemenade 786fddb794
Fix label name
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
2020-12-08 12:23:53 +02:00

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