Skip to content

Commit 092295a

Browse files
authored
Create release-drafter.yml
1 parent 5cf200b commit 092295a

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/release-drafter.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name-template: 'v$NEXT_PATCH_VERSION'
2+
tag-template: '$NEXT_PATCH_VERSION'
3+
template: |
4+
## Changes
5+
$CHANGES
6+
categories:
7+
- title: '🚀 Features'
8+
label: 'feature'
9+
- title: '🐛 Bug Fixes'
10+
label: 'bug'
11+
- title: '🧰 Maintenance'
12+
label: 'chore'
13+
- title: 📦 Dependency updates
14+
label: dependencies

0 commit comments

Comments
 (0)