Is tags used for string matching or pattern? #668
Unanswered
HiranChaudhuri
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'd like to download the latest release which unfortunately is not tagged 'latest'. But they have tags like 'v1.0.42", as opposed to other files that get released.
Is it possible to provide a regular expression as tag value so I can match anything that starts with a 'v' and has digits after that? Such as
^v\d+(.d+)
Beta Was this translation helpful? Give feedback.
All reactions