From efa61a9f1e93a2dcfe4d6cad3a9a2025acbc9cfc Mon Sep 17 00:00:00 2001 From: Dzmitry2D <120099104+dzmitrydd@users.noreply.github.com> Date: Wed, 23 Oct 2024 16:05:35 +0300 Subject: [PATCH] 3251 Adding workaround configuration for Gitversion (#2577) --- GitVersion.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GitVersion.yml b/GitVersion.yml index e0a8cbb090..382fa786d2 100644 --- a/GitVersion.yml +++ b/GitVersion.yml @@ -11,7 +11,7 @@ branches: increment: Patch prevent-increment-of-merged-branch-version: false track-merge-target: true - is-release-branch: true + is-release-branch: false develop: regex: ^develop$ mode: ContinuousDeployment