Update build.gradle
This commit is contained in:
parent
47e59ba262
commit
b8572175ca
@ -134,7 +134,9 @@ curseforge {
|
|||||||
}
|
}
|
||||||
addGameVersion "Fabric"
|
addGameVersion "Fabric"
|
||||||
mainArtifact(remapJar) {
|
mainArtifact(remapJar) {
|
||||||
changelog = changelog(3).replace("\n-", "\n\n- ")
|
def txt = changelog(1).replace("\n-", "\n\n- ")
|
||||||
|
txt = txt + "\n\n" + "For past versions see: https://github.com/Flemmli97/Flan/blob/1.16/Changelog.txt"
|
||||||
|
changelog = txt
|
||||||
changelogType = "markdown"
|
changelogType = "markdown"
|
||||||
releaseType = 'release'
|
releaseType = 'release'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user