Skip to content

Commit 3e72df6

Browse files
authored
chore: config to cleanup changelog
1 parent 618b284 commit 3e72df6

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

jreleaser.yml

+14-2
Original file line numberDiff line numberDiff 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

5769
checksum:
5870
individual: true
@@ -65,4 +77,4 @@ signing:
6577
distributions:
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

0 commit comments

Comments
 (0)