diff --git a/GitVersion.yml b/GitVersion.yml index 32df2817..8e13b27c 100644 --- a/GitVersion.yml +++ b/GitVersion.yml @@ -7,7 +7,7 @@ mode: ContinuousDeployment branches: master: - regex: ^master|main$ + regex: ^main tag: preview increment: patch dependabot-pr: @@ -20,8 +20,5 @@ branches: - feature - support - hotfix - develop: - mode: ContinuousDeployment - tag: alpha - regex: ^develop/\d\.\d$ next-version: "2.0" +