Skip to content

Commit

Permalink
[chore] Update JReleaser configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray committed Jul 24, 2021
1 parent 9f19df5 commit da50ad8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion jreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ release:
sign: true
changelog:
formatted: ALWAYS
change: '- {{commitShortHash}} {{commitTitle}}'
format: '- {{commitShortHash}} {{commitTitle}}'
contributors:
format: '- {{contributorName}}{{#contributorUsernameAsLink}} ({{.}}){{/contributorUsernameAsLink}}'
labelers:
- label: 'feature'
title: 'Resolves #'
Expand Down

0 comments on commit da50ad8

Please sign in to comment.