Skip to content

Commit 5e8139b

Browse files
authored
Create release-drafter-config.yml
1 parent 9723f83 commit 5e8139b

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
name-template: 'v$RESOLVED_VERSION'
2+
tag-template: 'v$RESOLVED_VERSION'
3+
categories:
4+
- title: '🚀 Features'
5+
label: 'enhancement'
6+
- title: '🐛 Hotfixes'
7+
labels:
8+
- 'bug'
9+
- 'bug fix'
10+
- title: '🔧 Maintenance'
11+
labels:
12+
- 'documentation'
13+
- 'chore'
14+
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
15+
version-resolver:
16+
major:
17+
labels:
18+
- 'major'
19+
minor:
20+
labels:
21+
- 'minor'
22+
patch:
23+
labels:
24+
- 'patch'
25+
default: patch
26+
template: |
27+
## Changes
28+
$CHANGES

0 commit comments

Comments
 (0)