Skip to content

Commit

Permalink
updates gitversion config
Browse files Browse the repository at this point in the history
  • Loading branch information
Philo committed Jul 4, 2016
1 parent 5b10b7a commit c8fb9e7
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion GitVersionConfig.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,12 @@
assembly-versioning-scheme: MajorMinorPatch
mode: ContinuousDeployment
branches: {}
continuous-delivery-fallback-tag: preview
branches:
master:
increment: Patch
prevent-increment-of-merged-branch-version: true
(pull|pull\-requests|pr)[/-]:
tag: PullRequest
increment: Inherit
track-merge-target: true
tag-number-pattern: '[/-](?<number>\d+)[-/]'

0 comments on commit c8fb9e7

Please sign in to comment.