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