Skip to content

Commit

Permalink
Correcting version match
Browse files Browse the repository at this point in the history
  • Loading branch information
RandyLevensalor committed Aug 24, 2023
1 parent 4ce72bb commit b99e154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .openapirc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ rules:
then:
function: pattern
functionOptions:
match: "^[0-9]+.[0-9]+.[0-9]+(-rc|-wip)$"
match: ^[0-9]+\.[0-9]+\.[0-9]+(?:-rc|-wip)?$

0 comments on commit b99e154

Please sign in to comment.