Skip to content

Commit

Permalink
chore: config to cleanup changelog (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
manikmagar authored Dec 19, 2024
1 parent 887a561 commit 45e0e6d
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions jreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,13 @@ release:
contributors:
format: '- {{contributorName}}{{#contributorUsernameAsLink}} ({{.}}){{/contributorUsernameAsLink}}'
labelers:
- label: 'bot-commits'
contributor: 'regex:^.*(\[bot\])$'
- label: 'dependencies'
title: 'chore(deps):'
title: 'deps:'
order: 130
excludeLabels:
- 'bot-commits'
categories:
- title: '⚙️ Dependencies'
key: 'dependencies'
Expand All @@ -59,6 +63,19 @@ release:
- 'merge'
contributors:
- 'GitHub'
- '^.*(\[bot\])$'
replacers:
- search: 'feat: '
- search: 'fix: '
- search: 'chore: '
- search: 'deps: '
- search: 'test: '
- search: 'docs: '
hide:
categories:
- 'merge'
contributors:
- 'GitHub'

checksum:
individual: true
Expand All @@ -84,4 +101,4 @@ signing:
distributions:
mule-health-check-api:
artifacts:
- path: target/mule-health-check-api-{{projectVersion}}-mule-plugin.jar
- path: target/mule-health-check-api-{{projectVersion}}-mule-plugin.jar

0 comments on commit 45e0e6d

Please sign in to comment.