From acf2692955543d99c7ec31017615c3bd096a8bd7 Mon Sep 17 00:00:00 2001 From: ronnie Date: Wed, 8 Apr 2026 22:39:33 -0400 Subject: [PATCH] test one --- GitVersion.yml | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) 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