Commit dedf599 1 parent acbc45e commit dedf599 Copy full SHA for dedf599
File tree 1 file changed +39
-7
lines changed
1 file changed +39
-7
lines changed Original file line number Diff line number Diff line change 1
1
name-template : ' v$RESOLVED_VERSION 🌈'
2
2
tag-template : ' v$RESOLVED_VERSION'
3
+ template : |
4
+ ## Changes
5
+ $CHANGES
3
6
categories :
4
7
- title : ' 🚀 Features'
5
8
labels :
6
9
- ' feature'
7
10
- ' enhancement'
8
11
- title : ' 🐛 Bug Fixes'
9
12
labels :
10
- - ' fix'
11
- - ' bugfix'
12
13
- ' bug'
13
14
- title : ' 🧰 Maintenance'
14
15
label : ' chore'
15
- change-template : ' - $TITLE @$AUTHOR (#$NUMBER)'
16
- change-title-escapes : ' \<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.
16
+ - title : ' 📖 Documentation'
17
+ label :
18
+ - ' docs'
19
+ - ' documentation'
20
+ - title : ' 🆙 Dependency Updates'
21
+ label : ' deps'
22
+
17
23
version-resolver :
18
24
major :
19
25
labels :
20
26
- ' major'
27
+ - ' breaking'
21
28
minor :
22
29
labels :
23
30
- ' minor'
31
+ - ' feature'
32
+ - ' enhancement'
24
33
patch :
25
34
labels :
26
35
- ' patch'
36
+ - ' bug'
37
+ - ' chore'
38
+ - ' documentation'
39
+ - ' docs'
40
+ - ' deps'
27
41
default : patch
28
- template : |
29
- ## Changes
30
42
31
- $CHANGES
43
+ exclude-labels :
44
+ - ' skip-changelog'
45
+
46
+ autolabeler :
47
+ - label : ' documentation'
48
+ files :
49
+ - ' *.md'
50
+ branch :
51
+ - ' /docs{0,1}\/.+/'
52
+ - label : ' bug'
53
+ branch :
54
+ - ' /fix\/.+/'
55
+ title :
56
+ - ' /fix/i'
57
+ body :
58
+ - ' /Fixes:\s#[0-9]{1,4}/'
59
+ - label : ' enhancement'
60
+ branch :
61
+ - ' /feature\/.+/'
62
+ titile :
63
+ - ' /feat/i'
You can’t perform that action at this time.
0 commit comments