Skip to content

Commit

Permalink
Configure pre-releases as draft
Browse files Browse the repository at this point in the history
In attempt to prevent notification updates for every commit on CI.
Closes gradle#780

Signed-off-by: Simon Marquis <[email protected]>
  • Loading branch information
SimonMarquis authored Dec 24, 2024
1 parent b15cb48 commit 8a2bf13
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 @@ -381,6 +381,7 @@ githubRelease {
releaseName.set(gitHubReleaseName())
tagName.set(gitReleaseTag())
prerelease.set(isDevelopmentRelease)
draft.set(isDevelopmentRelease)
overwrite.set(isDevelopmentRelease)
generateReleaseNotes.set(false)
body.set(releaseNotes)
Expand Down

0 comments on commit 8a2bf13

Please sign in to comment.