File tree 1 file changed +14
-2
lines changed
1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -39,9 +39,13 @@ release:
39
39
contributors :
40
40
format : ' - {{contributorName}}{{#contributorUsernameAsLink}} ({{.}}){{/contributorUsernameAsLink}}'
41
41
labelers :
42
+ - label : ' bot-commits'
43
+ contributor : ' regex:^.*(\[bot\])$'
42
44
- label : ' dependencies'
43
- title : ' chore( deps) :'
45
+ title : ' deps:'
44
46
order : 130
47
+ excludeLabels :
48
+ - ' bot-commits'
45
49
categories :
46
50
- title : ' ⚙️ Dependencies'
47
51
key : ' dependencies'
@@ -53,6 +57,14 @@ release:
53
57
- ' merge'
54
58
contributors :
55
59
- ' GitHub'
60
+ - ' ^.*(\[bot\])$'
61
+ replacers :
62
+ - search : ' feat: '
63
+ - search : ' fix: '
64
+ - search : ' chore: '
65
+ - search : ' deps: '
66
+ - search : ' test: '
67
+ - search : ' docs: '
56
68
57
69
checksum :
58
70
individual : true
@@ -65,4 +77,4 @@ signing:
65
77
distributions :
66
78
mule-module :
67
79
artifacts :
68
- - path : target/munit-http-mockserver-{{projectVersion}}-mule-plugin.jar
80
+ - path : target/munit-http-mockserver-{{projectVersion}}-mule-plugin.jar
You can’t perform that action at this time.
0 commit comments