-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
allow "latest" to be used in release vTag when downloading file #26748
New issue
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
allow "latest" to be used in release vTag when downloading file #26748
Conversation
The idea is pretty good. The question in my mind is: could be the logic changed to: if |
Yep I'll implement this, do you think we should allow new releases to be created with the "latest" name ? |
…ttps://github.com/merlleu/gitea into allow-latest-as-feature-vtag-in-attachment-download
…ttps://github.com/merlleu/gitea into allow-latest-as-feature-vtag-in-attachment-download
Will be great to see this get implemented! |
* giteaofficial/main: Fix schedule actions still running even if workflow disalbed (go-gitea#26939) Fix the missing repo count (go-gitea#26942) Improve SSH Key / GPG Key / Deploy Key UI (go-gitea#26949) [skip ci] Updated translations via Crowdin Update nginx recommendations (go-gitea#26924) docs: Update Profile README information (go-gitea#26947) Fix scoped label layout (go-gitea#26932) Move createrepository from module to service layer (go-gitea#26927) Add a documentation note for Windows Service (go-gitea#26938) allow "latest" to be used in release vTag when downloading file (go-gitea#26748) Extract common code to new template (go-gitea#26933) Show always repo count in header (go-gitea#26842) Show always repo count in header (go-gitea#26842) Artifacts retention and auto clean up (go-gitea#26131) Fix UI anomalies (go-gitea#26929) Fix the display of org level badges (go-gitea#26504)
Hello,
In the discord I saw someone complaining that you can't use the "latest" keyword as release tag to download a specific file:
In his example:
https://www.uberwald.me/gitea/public/fvtt-ecryme/releases/latest/system.json
However the latest keyword works for the release page, so I think it's a good thing to implement this on the release attachment download url too.