Add categories to Release Drafter [CI skip]

This commit is contained in:
Hugo van Kemenade 2020-12-07 22:01:25 +02:00
parent 619a7b9f8a
commit 1e8e7fea7d

View File

@ -2,6 +2,18 @@ name-template: "$NEXT_MINOR_VERSION"
tag-template: "$NEXT_MINOR_VERSION"
change-template: '- $TITLE #$NUMBER [@$AUTHOR]'
categories:
- title: "Dependencies"
label: "Dependencies"
- title: "Deprecations"
label: "Deprecation"
- title: "Documentation"
label: "Documentation"
- title: "Removals"
label: "Removal"
- title: "Testing"
label: "Testing"
exclude-labels:
- "changelog: skip"