Skip to content

Commit

Permalink
build: publish the remapped Jar to CurseForge
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMrMilchmann committed Dec 16, 2022
1 parent 7815304 commit 48bf198
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ publishing {
create<CurseForgePublication>("curseForge") {
projectID.set(715346) // https://www.curseforge.com/minecraft/mc-mods/ae2cc-bridge

artifact {
artifact(tasks.remapJar) {
changelog = changelog()
displayName = "AE2CC Bridge ${project.version}"
releaseType = ReleaseType.RELEASE
Expand Down
3 changes: 3 additions & 0 deletions docs/changelog/1.18/1.0.0-1.18.2-FABRIC-0.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,7 @@ _Not Released Yet_

#### Fixes

- Fixed an issue that caused a wrong (unusable) version of the mod to be
published to CurseForge.
- This did not affect Modrinth as that publication is still manual.
- Fixed an issue that caused embedded version information to become outdated.

0 comments on commit 48bf198

Please sign in to comment.