Skip to content

Commit

Permalink
CI: add release-drafter config
Browse files Browse the repository at this point in the history
  • Loading branch information
Jezza34000 committed Nov 21, 2024
1 parent 220a7c4 commit 0093fe6
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name-template: 'v$NEXT_PATCH_VERSION'
tag-template: 'v$NEXT_PATCH_VERSION'
categories:
- title: '🚀 Features'
labels:
- 'feature'
- title: '🐛 Bug Fixes'
labels:
- 'bug'
- title: '📝 Documentation'
labels:
- 'documentation'
- title: '🔧 Maintenance'
labels:
- 'maintenance'
- title: '💡 Enhancements'
labels:
- 'enhancement'
- title: '⚠️ Breaking Changes'
labels:
- 'breaking-change'
- title: '📦 Dependencies'
labels:
- 'dependencies'
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
template: |
## What's Changed
$CHANGES

0 comments on commit 0093fe6

Please sign in to comment.