Skip to content

Commit

Permalink
Update default release name
Browse files Browse the repository at this point in the history
  • Loading branch information
kdubb committed May 25, 2021
1 parent 756689c commit 8036c15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -235,9 +235,9 @@ tasks.withType<Sign>().configureEach {
githubRelease {
owner("outfoxx")
repo(name)
tagName(releaseVersion)
tagName("v$releaseVersion")
targetCommitish("main")
releaseName("v${releaseVersion}")
releaseName("🎉 $releaseVersion Release")
draft(true)
prerelease(!releaseVersion.matches("""^\d+\.\d+\.\d+$""".toRegex()))
releaseAssets(
Expand Down

0 comments on commit 8036c15

Please sign in to comment.