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 @@ -43,9 +43,13 @@ release:
43
43
contributors :
44
44
format : ' - {{contributorName}}{{#contributorUsernameAsLink}} ({{.}}){{/contributorUsernameAsLink}}'
45
45
labelers :
46
+ - label : ' bot-commits'
47
+ contributor : ' regex:^.*(\[bot\])$'
46
48
- label : ' dependencies'
47
- title : ' chore( deps) :'
49
+ title : ' deps:'
48
50
order : 130
51
+ excludeLabels :
52
+ - ' bot-commits'
49
53
categories :
50
54
- title : ' ⚙️ Dependencies'
51
55
key : ' dependencies'
@@ -57,6 +61,14 @@ release:
57
61
- ' merge'
58
62
contributors :
59
63
- ' GitHub'
64
+ - ' ^.*(\[bot\])$'
65
+ replacers :
66
+ - search : ' feat: '
67
+ - search : ' fix: '
68
+ - search : ' chore: '
69
+ - search : ' deps: '
70
+ - search : ' test: '
71
+ - search : ' docs: '
60
72
61
73
checksum :
62
74
individual : true
@@ -69,4 +81,4 @@ signing:
69
81
distributions :
70
82
mule-health-check-api :
71
83
artifacts :
72
- - path : target/mule-custom-logger-{{projectVersion}}-mule-plugin.jar
84
+ - path : target/mule-custom-logger-{{projectVersion}}-mule-plugin.jar
You can’t perform that action at this time.
0 commit comments