From 2be87a7da657a7c98b5f77b98026a96695f31515 Mon Sep 17 00:00:00 2001 From: Alexandros Kritikos Date: Sun, 29 Mar 2026 16:49:01 +0300 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Adds=20'main'=20as=20a=20source=20b?= =?UTF-8?q?ranch=20for=20feature=20mode=20in=20GitVersion=20configuration?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- GitVersion.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/GitVersion.yml b/GitVersion.yml index 905dcd5..c1d84f7 100644 --- a/GitVersion.yml +++ b/GitVersion.yml @@ -14,6 +14,7 @@ branches: mode: ContinuousDelivery source-branches: - develop + - main hotfix: regex: ^hotfix?[\/-](?.+) mode: ContinuousDelivery