From aa230ab5f9a1051985f4f4c4d11dab186b917fbd Mon Sep 17 00:00:00 2001 From: Miha Kralj Date: Thu, 22 Jan 2026 00:08:27 -0600 Subject: [PATCH] fix: use ContinuousDelivery mode for develop branch to preserve alpha label --- GitVersion.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GitVersion.yml b/GitVersion.yml index bbb4d0ae..f300ef99 100644 --- a/GitVersion.yml +++ b/GitVersion.yml @@ -18,7 +18,7 @@ branches: is-main-branch: true pre-release-weight: 0 develop: - mode: ContinuousDeployment + mode: ContinuousDelivery label: alpha increment: Patch track-merge-target: false