Skip to content

Commit

Permalink
Disable changelog in release message
Browse files Browse the repository at this point in the history
  • Loading branch information
NatKarmios committed Aug 19, 2020
1 parent 4c75ee0 commit 2a73ca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modulo-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ githubRelease {
repo "modulo"
tagName "v${parent.version}"
releaseName "v${parent.version}"
body "## CHANGELOG\n${changelog().call()}"
// body "## CHANGELOG\n${changelog().call()}"
releaseAssets jar.destinationDirectory.getAsFileTree().files
prerelease (System.getenv("IS_PRERELEASE") == "1")
}

0 comments on commit 2a73ca8

Please sign in to comment.