Skip to content

Commit

Permalink
fix: release-drafter
Browse files Browse the repository at this point in the history
  • Loading branch information
adriangalilea committed Aug 2, 2024
1 parent e767e94 commit 540445d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,38 @@ name-template: 'v$RESOLVED_VERSION'
tag-template: 'v$RESOLVED_VERSION'
categories:
- title: '🚀 Features'
labels:
- 'feature'
commits:
- '^feat'
- title: '🐛 Bug Fixes'
labels:
- 'fix'
commits:
- '^fix'
- title: '📝 Documentation'
labels:
- 'documentation'
commits:
- '^docs'
- title: '🧰 Maintenance'
labels:
- 'chore'
commits:
- '^chore'
- title: '♻️ Refactoring'
labels:
- 'refactor'
commits:
- '^refactor'
- title: '🎨 Style'
labels:
- 'style'
commits:
- '^style'
- title: '🧪 Testing'
labels:
- 'test'
commits:
- '^test'
change-template: '- $TITLE @$AUTHOR ($COMMIT)'
Expand Down

0 comments on commit 540445d

Please sign in to comment.