mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-11 04:07:21 +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"
|
||||
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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user