build: Upgrade to GitVersion 6.0

pull/231/head
Robert Dailey 4 months ago
parent 5f62d239e3
commit 4476da7799

@ -3,7 +3,7 @@
"isRoot": true, "isRoot": true,
"tools": { "tools": {
"gitversion.tool": { "gitversion.tool": {
"version": "5.12.0", "version": "6.0.0-beta.6",
"commands": [ "commands": [
"dotnet-gitversion" "dotnet-gitversion"
] ]
@ -15,4 +15,4 @@
] ]
} }
} }
} }

@ -12,7 +12,7 @@
<PackageVersion Include="FluentValidation" Version="11.9.0" /> <PackageVersion Include="FluentValidation" Version="11.9.0" />
<PackageVersion Include="Flurl" Version="3.0.7" /> <PackageVersion Include="Flurl" Version="3.0.7" />
<PackageVersion Include="Flurl.Http" Version="4.0.2" /> <PackageVersion Include="Flurl.Http" Version="4.0.2" />
<PackageVersion Include="GitVersion.MsBuild" Version="5.12.0" /> <PackageVersion Include="GitVersion.MsBuild" Version="6.0.0-beta.6" />
<PackageVersion Include="JetBrains.Annotations" Version="2023.3.0" /> <PackageVersion Include="JetBrains.Annotations" Version="2023.3.0" />
<PackageVersion Include="MudBlazor" Version="6.11.0" /> <PackageVersion Include="MudBlazor" Version="6.11.0" />
<PackageVersion Include="ReactiveUI.Blazor" Version="19.5.1" /> <PackageVersion Include="ReactiveUI.Blazor" Version="19.5.1" />
@ -62,4 +62,4 @@
<PackageVersion Include="System.Net.Http" Version="4.3.4" /> <PackageVersion Include="System.Net.Http" Version="4.3.4" />
<PackageVersion Include="System.Text.RegularExpressions" Version="4.3.1" /> <PackageVersion Include="System.Text.RegularExpressions" Version="4.3.1" />
</ItemGroup> </ItemGroup>
</Project> </Project>

@ -1,8 +1,8 @@
mode: ContinuousDeployment mode: ContinuousDelivery
major-version-bump-message: "^(build|chore|ci|docs|feat|fix|perf|refactor|revert|style|test)(\\([\\w\\s-]*\\))?(!:|:.*\\n\\n((.+\\n)+\\n)?BREAKING CHANGE:\\s.+)" major-version-bump-message: "^(build|chore|ci|docs|feat|fix|perf|refactor|revert|style|test)(\\([\\w\\s-]*\\))?(!:|:.*\\n\\n((.+\\n)+\\n)?BREAKING CHANGE:\\s.+)"
minor-version-bump-message: "^(feat)(\\([\\w\\s-]*\\))?:" minor-version-bump-message: "^(feat)(\\([\\w\\s-]*\\))?:"
patch-version-bump-message: "^(build|chore|ci|docs|fix|perf|refactor|revert|style|test)(\\([\\w\\s-]*\\))?:" patch-version-bump-message: "^(build|chore|ci|docs|fix|perf|refactor|revert|style|test)(\\([\\w\\s-]*\\))?:"
branches: branches:
main: main:
tag: dev label: dev

Loading…
Cancel
Save