Skip to content

Commit

Permalink
chore: Update JReleaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
felipebz committed Jul 4, 2024
1 parent 5133546 commit 705a4b0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,9 @@ jreleaser {
homepage.set("https://felipezorzo.com.br/zpa/")
}
inceptionYear.set("2019")
snapshot {
fullChangelog.set(true)
}
}
assemble {
jlink {
Expand Down Expand Up @@ -201,7 +204,6 @@ jreleaser {
changelog {
formatted.set(org.jreleaser.model.Active.ALWAYS)
preset.set("conventional-commits")
format.set("- {{commitShortHash}} {{commitTitle}}")
contentTemplate.set(file("template/changelog.tpl"))
contributors {
enabled.set(false)
Expand Down

0 comments on commit 705a4b0

Please sign in to comment.