From b3ce5b404fbcc9a961c82976f00350239d917c68 Mon Sep 17 00:00:00 2001 From: Antonello Provenzano Date: Sun, 7 Jul 2024 19:24:57 +0200 Subject: [PATCH] Fixing gitversion regex to identify the master branch --- GitVersion.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GitVersion.yml b/GitVersion.yml index ed2aa1a..e2d8363 100644 --- a/GitVersion.yml +++ b/GitVersion.yml @@ -3,7 +3,7 @@ branches: main: tag: '' increment: Patch - regex: ^main$ + regex: ^master$ source-branches: ['feature'] prevent-increment-of-merged-branch-version: true tracks-release-branches: true