File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -39,9 +39,13 @@ release:
3939 contributors :
4040 format : ' - {{contributorName}}{{#contributorUsernameAsLink}} ({{.}}){{/contributorUsernameAsLink}}'
4141 labelers :
42+ - label : ' bot-commits'
43+ contributor : ' regex:^.*(\[bot\])$'
4244 - label : ' dependencies'
43- title : ' chore( deps) :'
45+ title : ' deps:'
4446 order : 130
47+ excludeLabels :
48+ - ' bot-commits'
4549 categories :
4650 - title : ' ⚙️ Dependencies'
4751 key : ' dependencies'
@@ -53,6 +57,14 @@ release:
5357 - ' merge'
5458 contributors :
5559 - ' GitHub'
60+ - ' ^.*(\[bot\])$'
61+ replacers :
62+ - search : ' feat: '
63+ - search : ' fix: '
64+ - search : ' chore: '
65+ - search : ' deps: '
66+ - search : ' test: '
67+ - search : ' docs: '
5668
5769checksum :
5870 individual : true
@@ -65,4 +77,4 @@ signing:
6577distributions :
6678 mule-module :
6779 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