Skip to content

Commit

Permalink
Fix GitVersion configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
asiffermann committed Mar 4, 2019
1 parent 155549c commit 229d6ae
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions GitVersion.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
branches:
dev(elop)?(ment)?$:
tag: alpha
features?[/-]:
feature:
regex: features?[/-]
tag: alpha.{BranchName}
releases?[/-]:
mode: ContinuousDeployment
hotfix(es)?[/-]:
mode: ContinuousDeployment
develop:
regex: dev(elop)?(ment)?$
tag: alpha

0 comments on commit 229d6ae

Please sign in to comment.