Skip to content

Commit 7243144

Browse files
Create release-drafter.yml
1 parent 8f63ef4 commit 7243144

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

.github/release-drafter.yml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
name-template: $NEXT_PATCH_VERSION
2+
tag-template: $NEXT_PATCH_VERSION
3+
change-template: '- $TITLE (#$NUMBER) @$AUTHOR'
4+
categories:
5+
- title: '🚀 Features'
6+
labels:
7+
- 'feature'
8+
- 'enhancement'
9+
- title: '⚠️ Breaking Changes'
10+
labels:
11+
- 'breaking'
12+
- title: '🐛 Bug Fixes'
13+
labels:
14+
- 'fix'
15+
- 'bugfix'
16+
- 'bug'
17+
- title: '🧰 Maintenance'
18+
labels:
19+
- 'chore'
20+
- title: '⬆️ Dependency upgrades'
21+
labels:
22+
- 'bump'
23+
- 'dependencies'
24+
include-labels:
25+
- 'kontrakt'
26+
template: |
27+
## What's Changed
28+
$CHANGES

0 commit comments

Comments
 (0)