We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9286615 commit 027a584Copy full SHA for 027a584
1 file changed
build.gradle
@@ -750,6 +750,7 @@ if (cfApiKey.isPresent() || deploymentDebug.toBoolean()) {
750
def changelogFile = getChangelog()
751
def changelogRaw = changelogFile.exists() ? changelogFile.getText('UTF-8') : ""
752
753
+ mainFile.displayName = "${modName}: ${modVersion}"
754
mainFile.releaseType = getReleaseType()
755
mainFile.changelog = changelogRaw
756
mainFile.changelogType = 'markdown'
0 commit comments