Skip to content

Commit

Permalink
chore: config to cleanup changelog (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
manikmagar authored Dec 18, 2024
1 parent c74c8da commit 57823a8
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions jreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,21 @@ release:
skipTag: false
milestone:
close: false
changelog:
changelog:
skipMergeCommits: true
formatted: ALWAYS
preset: conventional-commits
format: '- {{commitShortHash}} {{commitTitle}}'
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 @@ -54,6 +58,14 @@ release:
- 'merge'
contributors:
- 'GitHub'
- '^.*(\[bot\])$'
replacers:
- search: 'feat: '
- search: 'fix: '
- search: 'chore: '
- search: 'deps: '
- search: 'test: '
- search: 'docs: '

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

0 comments on commit 57823a8

Please sign in to comment.