Skip to content

Commit

Permalink
[chore] Update changelog configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray committed Jul 27, 2021
1 parent 4f5bdbe commit 948b89b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions jreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ release:
contributors:
format: '- {{contributorName}}{{#contributorUsernameAsLink}} ({{.}}){{/contributorUsernameAsLink}}'
labelers:
- label: 'merge_pull'
title: 'Merge pull'
- label: 'merge_branch'
title: 'Merge branch'
- label: 'feature'
title: 'Resolves #'
body: 'Resolves #'
Expand All @@ -50,6 +54,10 @@ release:
- label: 'dependencies'
title: '[deps]'
categories:
- title: 'Merge'
labels:
- 'merge_pull'
- 'merge_branch'
- title: '🚀 Features'
labels:
- 'feature'
Expand All @@ -62,6 +70,11 @@ release:
- title: '⚙️ Dependencies'
labels:
- 'dependencies'
hide:
categories:
- 'Merge'
contributors:
- 'GitHub'
replacers:
- search: '\[chore\] '
- search: '\[deps\] '
Expand Down

0 comments on commit 948b89b

Please sign in to comment.