Skip to content

Commit 9332a9e

Browse files
authored
Add Release Drafter configuration file
1 parent c31a4b7 commit 9332a9e

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

.github/release-drafter.yml

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
name-template: 'v$RESOLVED_VERSION 🌈'
2+
tag-template: 'v$RESOLVED_VERSION'
3+
categories:
4+
- title: '🚀 Features'
5+
labels:
6+
- 'feature'
7+
- 'enhancement'
8+
- title: '🐛 Bug Fixes'
9+
labels:
10+
- 'fix'
11+
- 'bugfix'
12+
- 'bug'
13+
- title: '🧰 Maintenance'
14+
label: 'chore'
15+
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
16+
version-resolver:
17+
major:
18+
labels:
19+
- 'major'
20+
minor:
21+
labels:
22+
- 'minor'
23+
- 'feature'
24+
- 'enhancement'
25+
patch:
26+
labels:
27+
- 'patch'
28+
- 'fix'
29+
- 'bugfix'
30+
- 'bug'
31+
default: patch
32+
exclude-labels:
33+
- 'skip-changelog'
34+
template: |
35+
## Changes
36+
$CHANGES

0 commit comments

Comments
 (0)