Template
✨ Adds 'main' as a source branch for feature mode in GitVersion configuration
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user