Skip to content

Commit

Permalink
Use v prefixed semantic versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
mrolla committed Jun 26, 2019
1 parent 8066565 commit 169b672
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@ workflows:
- build:
filters:
tags:
only: /^\d+\.\d+\.\d+$/
only: /^v\d+\.\d+\.\d+$/
- release:
requires:
- build
filters:
branches:
ignore: /.*/
tags:
only: /^\d+\.\d+\.\d+$/
only: /^v\d+\.\d+\.\d+$/

0 comments on commit 169b672

Please sign in to comment.