Skip to content

Commit 43b96d8

Browse files
authored
chore: config to cleanup changelog (#77)
1 parent 2098536 commit 43b96d8

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
@@ -43,9 +43,13 @@ release:
4343
contributors:
4444
format: '- {{contributorName}}{{#contributorUsernameAsLink}} ({{.}}){{/contributorUsernameAsLink}}'
4545
labelers:
46+
- label: 'bot-commits'
47+
contributor: 'regex:^.*(\[bot\])$'
4648
- label: 'dependencies'
47-
title: 'chore(deps):'
49+
title: 'deps:'
4850
order: 130
51+
excludeLabels:
52+
- 'bot-commits'
4953
categories:
5054
- title: '⚙️ Dependencies'
5155
key: 'dependencies'
@@ -57,6 +61,14 @@ release:
5761
- 'merge'
5862
contributors:
5963
- 'GitHub'
64+
- '^.*(\[bot\])$'
65+
replacers:
66+
- search: 'feat: '
67+
- search: 'fix: '
68+
- search: 'chore: '
69+
- search: 'deps: '
70+
- search: 'test: '
71+
- search: 'docs: '
6072

6173
checksum:
6274
individual: true
@@ -69,4 +81,4 @@ signing:
6981
distributions:
7082
mule-health-check-api:
7183
artifacts:
72-
- path: target/mule-custom-logger-{{projectVersion}}-mule-plugin.jar
84+
- path: target/mule-custom-logger-{{projectVersion}}-mule-plugin.jar

0 commit comments

Comments
 (0)