Skip to content

Only get a certain release version #8073

Discussion options

You must be logged in to vote

Did you read the message? 😏 It says you need another regex matching group, try

^release-(?<major>\\d+)\\.(?<minor>\\d*[02468]))$

or with optional patch
^release-(?<major>\\d+)\\.(?<minor>\\d*[02468]))(:?\\.(?<patch>\\d*))?$

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@gregoryduckworth
Comment options

@viceice
Comment options

@gregoryduckworth
Comment options

@viceice
Comment options

@gregoryduckworth
Comment options

Answer selected by gregoryduckworth
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants