Skip to content

Commit

Permalink
Update release-drafter.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ctalkington authored Mar 29, 2022
1 parent 980acd4 commit 2bff8f4
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,28 +5,28 @@ change-template: "- $TITLE @$AUTHOR (#$NUMBER)"
sort-direction: ascending

categories:
- title: "🚨 Breaking changes"
- title: "Breaking changes"
labels:
- "breaking-change"
- title: "New features"
- title: "New features"
labels:
- "new-feature"
- title: "🐛 Bug fixes"
- title: "Bug fixes"
labels:
- "bugfix"
- title: "🚀 Enhancements"
- title: "Enhancements"
labels:
- "enhancement"
- "refactor"
- "performance"
- title: "🧰 Maintenance"
- title: "Maintenance"
labels:
- "maintenance"
- "ci"
- title: "📚 Documentation"
- title: "Documentation"
labels:
- "documentation"
- title: "⬆️ Dependency updates"
- title: "Dependency updates"
labels:
- "dependencies"

Expand Down

0 comments on commit 2bff8f4

Please sign in to comment.