Skip to content

Commit dd232c8

Browse files
feat: use release-drafter.yml
1 parent 1383cc4 commit dd232c8

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

.github/release-drafter.yml

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
name-template: 'v$RESOLVED_VERSION'
2+
tag-template: 'v$RESOLVED_VERSION'
3+
categories:
4+
- title: '🚀 Features and Improvements'
5+
labels:
6+
- 'feature'
7+
- 'improvement'
8+
- 'enhancement'
9+
- 'feat'
10+
- title: '🐛 Bug Fixes'
11+
labels:
12+
- 'bug'
13+
- 'fix'
14+
- 'bugfix'
15+
- title: '🧰 Maintenance'
16+
labels:
17+
- 'maintenance'
18+
- 'chore'
19+
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
20+
change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.
21+
version-resolver:
22+
minor:
23+
labels:
24+
- 'feature'
25+
- 'improvement'
26+
- 'enhancement'
27+
- 'feat'
28+
patch:
29+
labels:
30+
- 'bug'
31+
- 'fix'
32+
- 'bugfix'
33+
- 'maintenance'
34+
- 'chore'
35+
exclude-labels:
36+
- 'skip-changelog'
37+
template: |
38+
## What’s Changed
39+
40+
$CHANGES

0 commit comments

Comments
 (0)