Skip to content

Commit

Permalink
chore: Format changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
felipebz committed Nov 30, 2022
1 parent 09eedbe commit a806cee
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,11 @@ jreleaser {
github {
repoOwner.set("felipebz")
overwrite.set(true)
changelog {
formatted.set(org.jreleaser.model.Active.ALWAYS)
preset.set("conventional-commits")
format.set("- {{commitShortHash}} {{commitTitle}}")
}
}
}
distributions {
Expand Down

0 comments on commit a806cee

Please sign in to comment.