We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3a6df8b + b3de2f5 commit 5497f4bCopy full SHA for 5497f4b
1 file changed
.github/release-drafter.yml
@@ -1,14 +1,14 @@
1
-name-template: 'v$RESOLVED_VERSION 🌈'
+name-template: 'v$RESOLVED_VERSION 🌈'
2
tag-template: 'v$RESOLVED_VERSION'
3
categories:
4
- title: '🚀 Features'
5
labels:
6
- 'feature'
7
- 'enhancement'
8
+ - 'change'
9
- title: '🐛 Bug Fixes'
10
11
- 'fix'
- - 'bugfix'
12
- 'bug'
13
- title: '🖊️ Refactors'
14
@@ -26,19 +26,16 @@ change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
26
version-resolver:
27
major:
28
29
- # - 'major'
30
- 'breaking'
31
minor:
32
33
- # - 'minor'
34
35
36
- 'refactor'
37
patch:
38
39
- # - 'patch'
40
41
42
43
- 'style'
44
- 'docs'
0 commit comments