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
Sometimes a script may know it needs version 1.2.3, but it doesn't know whether the upstream repo prepends v on their version tags or not. In such cases a list of fallback revisions to try would be great. Example
nurl repo-url v1.2.3 1.2.3
would try repo-url/v1.2.3 first, if it doesn't exit then try repo-url/1.2.3.
Especially pessimistic scripts could then even fallback on main or master.
The text was updated successfully, but these errors were encountered:
Sometimes a script may know it needs version
1.2.3
, but it doesn't know whether the upstream repo prependsv
on their version tags or not. In such cases a list of fallback revisions to try would be great. Examplewould try
repo-url/v1.2.3
first, if it doesn't exit then tryrepo-url/1.2.3
.Especially pessimistic scripts could then even fallback on
main
ormaster
.The text was updated successfully, but these errors were encountered: