My mod supports Fabric, Forge, and NeoForge. Each loader is shipped in a different jar, meaning 3 different releases for both Modrinth and CurseForge.
However, on GitHub, the release is only one with all three jars.
My naming standard for Modrinth and CurseForge is "[${loader} - ${minecraft_version}] ${mod_title} v${mod_version}", but on GitHub I'd like the release name to be the same as the tag name.
Is there any way to do this?
My mod supports Fabric, Forge, and NeoForge. Each loader is shipped in a different jar, meaning 3 different releases for both Modrinth and CurseForge.
However, on GitHub, the release is only one with all three jars.
My naming standard for Modrinth and CurseForge is
"[${loader} - ${minecraft_version}] ${mod_title} v${mod_version}", but on GitHub I'd like the release name to be the same as the tag name.Is there any way to do this?