Adds 'main' as a source branch for feature mode in GitVersion configuration

This commit is contained in:
2026-03-29 16:49:01 +03:00
parent 7d2ee5809b
commit 2be87a7da6
+1
View File
@@ -14,6 +14,7 @@ branches:
mode: ContinuousDelivery mode: ContinuousDelivery
source-branches: source-branches:
- develop - develop
- main
hotfix: hotfix:
regex: ^hotfix?[\/-](?<BranchName>.+) regex: ^hotfix?[\/-](?<BranchName>.+)
mode: ContinuousDelivery mode: ContinuousDelivery