Skip to content

Commit

Permalink
fix changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
deirn committed Sep 3, 2023
1 parent 832c1de commit c214632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/CurseforgeConfig.kt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ fun <T : Jar> UploadConfig.curseforge(task: T) = project.run {
releaseType = prop["cf.releaseType"]

changelogType = "markdown"
changelog = env["CHANGELOG"]
changelog = "https://github.com/badasintended/badpackets/releases/tag/${project.version}"

prop["cf.gameVersion"].split(", ").forEach(this::addGameVersion)

Expand Down

0 comments on commit c214632

Please sign in to comment.