You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Modrinth's upload script works just fine. Now I need to create magical scripts for GitHub and CurseForge. CurseForge API is VERY ambiguous and uses multiple abstractions for some reason. GitHub releases API should probably be easier to implement. As always, the requirements are:
It should be runnable locally and with CI.
It should work with rate-limits.
It shouldn't expose secrets on fail or success. (unless debugging)
It should provide reasonable logs. (especially when failed)
The text was updated successfully, but these errors were encountered:
Modrinth's upload script works just fine. Now I need to create magical scripts for GitHub and CurseForge. CurseForge API is VERY ambiguous and uses multiple abstractions for some reason. GitHub releases API should probably be easier to implement. As always, the requirements are:
The text was updated successfully, but these errors were encountered: