Skip to content

Commit 02569cd

Browse files
authored
Create release-drafter.yml
1 parent 404839d commit 02569cd

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/release-drafter.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name-template: 'v$NEXT_PATCH_VERSION'
2+
tag-template: 'v$NEXT_PATCH_VERSION'
3+
template: |
4+
## What’s Changed
5+
6+
$CHANGES
7+
8+
categories:
9+
- title: '🚀 Features'
10+
label: 'feature'
11+
- title: '🐛 Bug Fixes'
12+
labels:
13+
- 'fix'
14+
- 'bugfix'
15+
- 'bug'

0 commit comments

Comments
 (0)