diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 0412bd9dd4c..4d855469a12 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -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"