mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 18:06:18 +03:00
Merge pull request #5081 from hugovk/release-drafter-categories
Add categories to Release Drafter
This commit is contained in:
commit
839d54a19b
12
.github/release-drafter.yml
vendored
12
.github/release-drafter.yml
vendored
|
@ -2,6 +2,18 @@ name-template: "$NEXT_MINOR_VERSION"
|
||||||
tag-template: "$NEXT_MINOR_VERSION"
|
tag-template: "$NEXT_MINOR_VERSION"
|
||||||
change-template: '- $TITLE #$NUMBER [@$AUTHOR]'
|
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:
|
exclude-labels:
|
||||||
- "changelog: skip"
|
- "changelog: skip"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user