Skip to content
Snippets Groups Projects
Verified Commit 33aa783a authored by KitsuneAlex's avatar KitsuneAlex
Browse files

Finish automatic publishing for CurseForge and Modrinth

parent e0e1387c
No related branches found
No related tags found
No related merge requests found
Pipeline #1916 passed
......@@ -214,6 +214,7 @@ tasks {
addEnvironment("Client", "Server")
addModLoader("Forge")
addRelation("chemlib", "requiredDependency")
releaseType = "release"
changelog = "See changes until ${System.getenv("CI_PROJECT_URL")}/-/tree/${System.getenv("CI_COMMIT_SHA")}"
}
}
......
{
"homepage": "https://www.curseforge.com/minecraft/mc-mods/chemlib-custom-compounds",
"promos": {
"1.20.1-latest": "1.1.0.18",
"1.20.1-recommended": "1.1.0.18"
"1.20.1-latest": "1.1.0.19",
"1.20.1-recommended": "1.1.0.19"
},
"1.20.1": {
"1.0.1.6": "- Added a versions.json to allow for update checking",
......@@ -16,6 +16,7 @@
"1.1.0.15": "- Fixed wrong country code for czech translations\n- Added automatic upload to CurseForge and Modrinth",
"1.1.0.16": "- (Hopefully) fixed issues in the CI configuration causing uploads to fail",
"1.1.0.17": "- Fixed broken CurseGradle cofiguration in CI",
"1.1.0.18": "- Added missing changelog property to publishing configurations"
"1.1.0.18": "- Added missing changelog property to publishing configurations",
"1.1.0.19": "- Finalized automatic deployment to CurseForge and Modrinth"
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment