From 121d2b65b180350712c63cf713572107c5eeb01a Mon Sep 17 00:00:00 2001 From: Jerome Laban Date: Thu, 29 Jun 2023 15:50:11 -0400 Subject: [PATCH] ci: Adjust versioning --- gitversion.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/gitversion.yml b/gitversion.yml index fb8af5c73..37cbb7e2b 100644 --- a/gitversion.yml +++ b/gitversion.yml @@ -14,6 +14,14 @@ branches: increment: Minor is-source-branch-for: ['beta', 'stable'] + legacy: + mode: ContinuousDeployment + regex: legacy/.* + tag: dev + increment: Minor + source-branches: ['main'] + is-source-branch-for: ['beta', 'stable'] + pull-request: regex: ^(pull|pull\-requests|pr)[/-] mode: ContinuousDeployment