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
Is your feature request related to a problem? Please describe.
I'm using https://github.com/berberman/nvfetcher to fetch release artifacts from sodium-fabric, and having build number appended to file name makes it harder to get an exact url of each release.
Describe the solution you'd like
Change artifact name for each release (and possibly CI build) to sodium-fabric-mc${Minecraft version}-${Sodium version}.jar.
Describe alternatives you've considered
Using regex to match the version I'm looking for, but that would be problematic if sodium-fabric decided to include more files in each release.
- use bud cache when possible
- minecraft-*: each package based on major minecraft-server versions
- minecraft-starlight-{fabric,forge}: init
- minecraft-sodium: commented out for further fixesCaffeineMC/sodium#1059
- minecraft-fast-furnace: out of date, not found elsewhere
danielphan2003
changed the title
FR: release artifacts should be tag-based only
Feature request: name of release artifacts should be tag-based
Dec 18, 2021
Is your feature request related to a problem? Please describe.
I'm using https://github.com/berberman/nvfetcher to fetch release artifacts from sodium-fabric, and having build number appended to file name makes it harder to get an exact url of each release.
Describe the solution you'd like
Change artifact name for each release (and possibly CI build) to
sodium-fabric-mc${Minecraft version}-${Sodium version}.jar
.Describe alternatives you've considered
Using regex to match the version I'm looking for, but that would be problematic if sodium-fabric decided to include more files in each release.
Additional context
See https://github.com/CaffeineMC/sodium-fabric/releases/tag/mc1.17.1-0.3.3
The text was updated successfully, but these errors were encountered: