File tree 1 file changed +6
-7
lines changed
1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 1
1
# This file is used to configure the Release Drafter GitHub Action
2
2
# https://github.com/marketplace/actions/release-drafter
3
3
4
- name-template : ' v $RESOLVED_VERSION 🌈 '
4
+ name-template : ' EasyDiffraction $RESOLVED_VERSION'
5
5
tag-template : ' v$RESOLVED_VERSION'
6
6
categories :
7
- - title : ' 🚀 Features '
7
+ - title : ' Added '
8
8
labels : # Labels to use to categorize a pull request as a feature
9
9
- ' enhancement'
10
- - title : ' 🐛 Bug Fixes '
10
+ - title : ' Fixed '
11
11
labels : # Labels to use to categorize a pull request as a bug fix
12
12
- ' bug'
13
- - title : ' 🧰 Maintenance '
13
+ - title : ' Changed '
14
14
labels : # Labels to use to categorize a pull request as a maintenance task
15
15
- ' chore'
16
16
- ' documentation'
17
17
- ' refactor'
18
- change-template : ' - $TITLE @$AUTHOR (#$NUMBER)'
18
+ change-template : ' - $TITLE (#$NUMBER)'
19
19
change-title-escapes : ' \<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.
20
20
version-resolver :
21
21
major :
@@ -26,11 +26,10 @@ version-resolver:
26
26
- ' enhancement'
27
27
patch :
28
28
labels :
29
+ - ' bug'
29
30
- ' chore'
30
31
- ' documentation'
31
32
- ' refactor'
32
33
default : patch
33
34
template : |
34
- ## Changes
35
-
36
35
$CHANGES
You can’t perform that action at this time.
0 commit comments