Skip to content

Commit

Permalink
chore: adjust release-drafter config (#463)
Browse files Browse the repository at this point in the history
  • Loading branch information
firstof9 authored Jun 15, 2021
2 parents c176981 + 91fd5e4 commit c21580c
Showing 1 changed file with 13 additions and 14 deletions.
27 changes: 13 additions & 14 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@ name-template: "$RESOLVED_VERSION"
tag-template: "$RESOLVED_VERSION"
change-template: "- $TITLE @$AUTHOR (#$NUMBER)"
sort-direction: ascending
autolabeler:
- label: "chore"
title:
- "/chore/i"
- label: "bugfix"
title:
- "/fix/i"
- label: "feature"
title:
- "/feat/i"
- label: "enhancement"
title:
- "/refactor/i"
categories:
- title: ":boom: Breaking Change :boom:"
labels:
Expand All @@ -28,17 +41,3 @@ template: |
## Links
- [Wiki](https://github.com/moralmunky/Home-Assistant-Mail-And-Packages/wiki)
- [Submit bugs/feature requests](https://github.com/moralmunky/Home-Assistant-Mail-And-Packages/issues)
autolabeler:
- label: "chore"
title:
- "/chore/i"
- label: "bugfix"
title:
- "/fix/i"
- label: "feature"
title:
- "/feat/i"
- label: "enhancement"
title:
- "/refactor/i"

0 comments on commit c21580c

Please sign in to comment.