Skip to content

Commit

Permalink
Set curseforge changelogType to markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
Apehum committed May 2, 2022
1 parent 06e6f28 commit 02c4c7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions fabric/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ curseforge {
project(closureOf<CurseProject> {
id = curseProjectId
changelog = file("${rootDir}/changelog.md")
changelogType = "markdown"
releaseType = curseFabricRelease
gameVersionStrings.addAll(curseSupportedVersions.split(","))
addGameVersion("Fabric")
Expand Down
1 change: 1 addition & 0 deletions forge/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ curseforge {
project(closureOf<CurseProject> {
id = curseProjectId
changelog = file("${rootDir}/changelog.md")
changelogType = "markdown"
releaseType = curseForgeRelease
curseSupportedVersions.split(",").forEach {
addGameVersion(it)
Expand Down

0 comments on commit 02c4c7f

Please sign in to comment.