Skip to content

Commit

Permalink
fix: adjust releasee categories
Browse files Browse the repository at this point in the history
  • Loading branch information
AlinaNova21 committed Feb 14, 2024
1 parent b7ec62c commit 484f3b1
Showing 1 changed file with 16 additions and 5 deletions.
21 changes: 16 additions & 5 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,23 @@ tag-template: "v$RESOLVED_VERSION"
change-template: "- $TITLE @$AUTHOR (#$NUMBER)"
change-title-escapes: '\<*_&'
categories:
- title: "Community Contributions"
labels: ["community"]
- title: '🚀 Features'
labels:
- feat
- feature
- enhancement
- title: '🐛 Bug Fixes'
labels:
- fix
- bugfix
- bug
- title: '🧰 Maintenance'
labels:
- chore
- docs
- title: "Github"
labels: ["area/github"]
- title: "Maintenance"
labels: ["docs"]
labels:
- "area/github"
version-resolver:
major:
labels: ["type/break"]
Expand Down

0 comments on commit 484f3b1

Please sign in to comment.