-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Just now discovered the pw release command, and while it has no problem creating a changelog, it doesn't actually build the modpack.
❯ pw release files
Generating release files...
Error: failed to build release files: unknown format: all
Somehow, the format "all" is unrecognized. I don't know go syntax, but it can probably be fixed with a for loop that loops through Modrinth and Curseforge. another neat feature would be to have the option to only build for one format. I personally use Modrinth and the mods I find there, and I can't always find those mods on Curseforge. those mods also don't always have a license that permits redistribution of binaries if I were to include the jar file in the Curseforge pack.
Not a big deal to me at the moment though, I use makefile to manage pw commands and I can just add pw release changelog alongside pw batch mr export in the makefile.