Skip to content

Commit

Permalink
Update semver regex
Browse files Browse the repository at this point in the history
  • Loading branch information
SapuSeven committed Feb 10, 2023
1 parent 0dba9d4 commit 90690e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ filters: &release
branches:
ignore: /.*/
tags:
only: /^v(0|[1-9]\d*)\.(0|[1-9]\d*)\.(0|[1-9]\d*)$/
only: /^(0|[1-9]\d*)\.(0|[1-9]\d*)\.(0|[1-9]\d*)(?:-((?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?$/
jobs:
build:
working_directory: ~/betteruntis
Expand Down

0 comments on commit 90690e0

Please sign in to comment.