We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consider using different naming (without using version in it) for zip packages so: https://github.com/gbdev/rgbds/releases/latest/download/rgbds-win64.zip (of course now it's not working) would always point to newer release without knowing the version number
check fx gbdk2020
https://github.com/gbdk-2020/gbdk-2020/releases/download/4.3.0/gbdk-win64.zip points directly to 4.3.0 and https://github.com/gbdk-2020/gbdk-2020/releases/latest/download/gbdk-win64.zip also points to this release(becuase it is latest)
other examples: https://github.com/bbbbbr/romusage/releases/download/v1.3.1/romusage-windows.zip https://github.com/bbbbbr/romusage/releases/latest/download/romusage-windows.zip
The text was updated successfully, but these errors were encountered:
This sounds reasonable to me. @ISSOtm @avivace Is there anything depending on the current naming convention?
Sorry, something went wrong.
The point was to have each file self-identify, but the argument is compelling.
No branches or pull requests
Consider using different naming (without using version in it) for zip packages
so: https://github.com/gbdev/rgbds/releases/latest/download/rgbds-win64.zip (of course now it's not working)
would always point to newer release without knowing the version number
check fx gbdk2020
https://github.com/gbdk-2020/gbdk-2020/releases/download/4.3.0/gbdk-win64.zip
points directly to 4.3.0
and
https://github.com/gbdk-2020/gbdk-2020/releases/latest/download/gbdk-win64.zip
also points to this release(becuase it is latest)
other examples:
https://github.com/bbbbbr/romusage/releases/download/v1.3.1/romusage-windows.zip
https://github.com/bbbbbr/romusage/releases/latest/download/romusage-windows.zip
The text was updated successfully, but these errors were encountered: