Skip to content

Commit

Permalink
Merge pull request #147 from ucokzeko/fix/allow-more-than-9-sub-versi…
Browse files Browse the repository at this point in the history
…ons-to-be-released

FIX: Update release regex to allow more than 9 sub versions
  • Loading branch information
ucokzeko authored Jun 28, 2019
2 parents d5bf38a + 63ef574 commit 8a925e9
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 @@ -71,6 +71,6 @@ workflows:
- release:
filters:
tags:
only: /v([0-9]+)\.([0-9]+)\.([0-9])?$/
only: /v([0-9]+)\.([0-9]+)\.([0-9]+)?$/
branches:
ignore: /.*/

0 comments on commit 8a925e9

Please sign in to comment.