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
g ls-remote
g ls-remote stable
g ls-remote unstable
g ls-remote archived
g ls-remote 约束条件
g lsr 1.21.4
g lsr latest
g lsr 1.21.x
g lsr 1.X
g lsr '1.18.*'
g lsr '^1'
g lsr '^1.18'
g lsr '^1.18.10'
g lsr '~1.18'
g lsr '>1.18'
g lsr '<1.16'
g lsr '1.18 - 1.20'
The text was updated successfully, but these errors were encountered:
feat: support querying remote versions according to version constrain…
3e1ce5c
…ts. #120
voidint
No branches or pull requests
g ls-remote
: 不进行版本号过滤g ls-remote stable
:匹配稳定状态的版本g ls-remote unstable
:匹配非稳定状态的版本g ls-remote archived
:匹配归档状态的版本g ls-remote 约束条件
:匹配满足约束条件的版本。约束条件如下:g lsr 1.21.4
g lsr latest
g lsr 1.21.x
、g lsr 1.X
、g lsr '1.18.*'
等g lsr '^1'
、g lsr '^1.18'
、g lsr '^1.18.10'
等,在主版本号保持一致的前提下,次版本号和修订号均保持最新。g lsr '~1.18'
,在主次版本号保持一致的前提下,修订号保持最新。g lsr '>1.18'
,大于该版本的前提下,匹配最大的版本号。g lsr '<1.16'
,小于该版本的前提下,匹配最大的版本号。g lsr '1.18 - 1.20'
,匹配该区间范围内的最大版本。The text was updated successfully, but these errors were encountered: