Skip to content

Commit

Permalink
Fix version numbers on xliff branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ermshiperete committed Apr 16, 2019
1 parent 8371fb2 commit d04e680
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion GitVersion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,17 @@ tag-prefix: xliff-
branches:
master:
tag: beta
regex: (origin/)?(master|xliff)
regex: (origin/)?master
is-source-branch-for: [ 'hotfix', 'pull-request' ]
xliff:
tag: beta
regex: (origin/)?xliff
prevent-increment-of-merged-branch-version: true
track-merge-target: false
tracks-release-branches: false
is-release-branch: true
is-source-branch-for: [ 'hotfix', 'pull-request' ]
source-branches: []
hotfix:
tag: beta
regex: (origin/)?hotfix[/-]
Expand Down

0 comments on commit d04e680

Please sign in to comment.