Skip to content

Commit 1809c0d

Browse files
committed
build: switch on convention-commits changelog format
1 parent b3243c3 commit 1809c0d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build.gradle.kts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,11 @@ fun Project.configureJReleaser() {
116116
github {
117117
repoOwner = "clutcher"
118118
token = System.getenv("GITHUB_TOKEN")
119+
120+
changelog {
121+
formatted.set(org.jreleaser.model.Active.ALWAYS)
122+
preset.set("conventional-commits")
123+
}
119124
}
120125
}
121126

0 commit comments

Comments
 (0)