Fix CurseForge Changelog
All checks were successful
SorceryCraft/pipeline/head This commit looks good
All checks were successful
SorceryCraft/pipeline/head This commit looks good
This commit is contained in:
parent
c1e935764d
commit
abc16c2bbb
@ -61,12 +61,10 @@ curseforge {
|
|||||||
}
|
}
|
||||||
project {
|
project {
|
||||||
id = project.curseforge_id
|
id = project.curseforge_id
|
||||||
changelogType = 'markdown'
|
changelog = 'A changelog can be found at https://gitea.thebrokenrail.com/TheBrokenRail/SorceryCraft/src/branch/master/CHANGELOG.md'
|
||||||
changelog = file('CHANGELOG.md')
|
|
||||||
releaseType = 'release'
|
releaseType = 'release'
|
||||||
addGameVersion project.simple_minecraft_version
|
addGameVersion project.simple_minecraft_version
|
||||||
addGameVersion 'Fabric'
|
addGameVersion 'Fabric'
|
||||||
addGameVersion 'Java 8'
|
|
||||||
mainArtifact(remapJar) {
|
mainArtifact(remapJar) {
|
||||||
displayName = "SorceryCraft v${version} for ${project.minecraft_version}"
|
displayName = "SorceryCraft v${version} for ${project.minecraft_version}"
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user