diff --git a/GitVersion.yml b/GitVersion.yml index c1cf715..883316f 100644 --- a/GitVersion.yml +++ b/GitVersion.yml @@ -1,9 +1,22 @@ -mode: ContinuousDelivery +mode: ContinuousDeployment + +tag-prefix: '[vV]' + +increment: Patch branches: master: + label: '' increment: Patch + prevent-increment-of-merged-branch-version: true + feature: + label: preview increment: Minor + hotfix: - increment: Patch \ No newline at end of file + label: '' + increment: Patch + + pull-request: + label: pr \ No newline at end of file