FabricMC / fabric-language-kotlin

Fabric language module for Kotlin.
Apache License 2.0
299 stars 33 forks source link

Set up Modrinth automatic publishing #74

Closed triphora closed 2 years ago

triphora commented 2 years ago

Assuming $MODRINTH_TOKEN is set at the org level, this should just work :slightly_smiling_face:

Tested on staging to work well.

jakobkmar commented 2 years ago

I think the reason this hasn't been done before was because modmuss wanted to redo the publishing logic as a whole - but I still think this PR should be merged until that's done 👍

modmuss50 commented 2 years ago

Yes, I want to move this to a groovy build script so its easier to maintain parity with the other projects.

I also want to setup the changelog generation that api and loader use. Ill leave this PR open as a reminder, but for now ill keep manually uploading them. (Please make sure to poke me on discord if (when) I forget)

jakobkmar commented 2 years ago

Yes, I want to move this to a groovy build script so its easier to maintain parity with the other projects.

could this PR maybe be merged until that's done, since up-to-date fabric-language-kotlin on modrinth is quite helpful for third-party applications depending on the modrinth API - as well as some launchers needing it on modrinth

modmuss50 commented 2 years ago

Done in groovy. Thanks.