generated from kritikos-io/templates-dotnet
Initial commit
This commit is contained in:
26
GitVersion.yml
Normal file
26
GitVersion.yml
Normal file
@@ -0,0 +1,26 @@
|
||||
workflow: GitHubFlow/v1
|
||||
mode: ContinuousDelivery
|
||||
tag-prefix: '[vV]?'
|
||||
ignore:
|
||||
paths:
|
||||
- ^(?!src\/|Directory\.Packages\.props|GitVersion.yml).*
|
||||
branches:
|
||||
develop:
|
||||
label: 'beta'
|
||||
regex: '^(dev|develop|development)$'
|
||||
source-branches:
|
||||
- main
|
||||
feature:
|
||||
mode: ContinuousDelivery
|
||||
source-branches:
|
||||
- develop
|
||||
hotfix:
|
||||
regex: ^hotfix?[\/-](?<BranchName>.+)
|
||||
mode: ContinuousDelivery
|
||||
release:
|
||||
mode: ContinuousDelivery
|
||||
|
||||
prevent-increment:
|
||||
of-merged-branch: true
|
||||
when-branch-merged: true
|
||||
when-current-commit-tagged: true
|
||||
Reference in New Issue
Block a user