🔖 Updates GitVersion to latest configuration values
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<Project>
|
||||
<ItemGroup Label="Packages">
|
||||
<PackageVersion Include="GitVersion.MsBuild" Version="6.3.0" />
|
||||
<PackageVersion Include="GitVersion.MsBuild" Version="6.4.0" />
|
||||
<PackageVersion Include="Microsoft.AspNetCore.OpenApi" Version="9.0.6" />
|
||||
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.14.1" />
|
||||
<PackageVersion Include="NSubstitute.Analyzers.CSharp" Version="1.0.17" />
|
||||
|
@@ -1,19 +1,24 @@
|
||||
workflow: GitFlow/v1
|
||||
workflow: GitHubFlow/v1
|
||||
mode: ContinuousDelivery
|
||||
tag-prefix: '[vV]?'
|
||||
ignore:
|
||||
paths:
|
||||
- ^(?!src\/|Directory\.Packages\.props|GitVersion.yml).*
|
||||
branches:
|
||||
main:
|
||||
mode: ContinuousDelivery
|
||||
label: ''
|
||||
develop:
|
||||
label: alpha
|
||||
label: 'beta'
|
||||
regex: '^(dev|develop|development)$'
|
||||
source-branches:
|
||||
- main
|
||||
- feature
|
||||
feature:
|
||||
mode: ContinuousDelivery
|
||||
label: '{BranchName}'
|
||||
source-branches:
|
||||
- develop
|
||||
hotfix:
|
||||
regex: ^hotfix?[\/-](?<BranchName>.+)
|
||||
mode: ContinuousDelivery
|
||||
release:
|
||||
mode: ContinuousDelivery
|
||||
|
||||
prevent-increment:
|
||||
of-merged-branch: true
|
||||
|
Reference in New Issue
Block a user