Skip to content

Commit

Permalink
chore: Update JReleaser config to mark the GitHub releases as draft
Browse files Browse the repository at this point in the history
  • Loading branch information
felipebz committed Sep 23, 2024
1 parent 2cd89ed commit 670656c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ jreleaser {
github {
overwrite.set(true)
tagName.set("{{projectVersion}}")
draft.set(true)
changelog {
formatted.set(org.jreleaser.model.Active.ALWAYS)
preset.set("conventional-commits")
Expand Down

0 comments on commit 670656c

Please sign in to comment.