From b744a8b052e20f2b901c4f81caf9f147c071a7d2 Mon Sep 17 00:00:00 2001 From: Alexandros Kritikos Date: Thu, 10 Jul 2025 14:38:43 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Moves=20back=20to=20GitHub=20Flo?= =?UTF-8?q?w=20branching=20strategy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- GitVersion.yml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/GitVersion.yml b/GitVersion.yml index 9ce984f..e1747ce 100644 --- a/GitVersion.yml +++ b/GitVersion.yml @@ -3,7 +3,7 @@ mode: ContinuousDelivery branches: main: mode: ContinuousDelivery - label: rc + label: '' develop: label: alpha source-branches: @@ -14,17 +14,6 @@ branches: label: '{BranchName}' source-branches: - develop - release: - mode: ContinuousDelivery - label: '' - source-branches: - - main - - hotfix - hotfix: - mode: ContinuousDelivery - label: '{BranchName}' - source-branches: - - release prevent-increment: of-merged-branch: true