Skip to content

Commit

Permalink
Merge pull request #5081 from hugovk/release-drafter-categories
Browse files Browse the repository at this point in the history
Add categories to Release Drafter
  • Loading branch information
radarhere committed Dec 10, 2020
2 parents 252c008 + 786fddb commit 839d54a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/release-drafter.yml
Expand Up @@ -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"

Expand Down

0 comments on commit 839d54a

Please sign in to comment.