diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 4050f525..241c9c5a 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "gitversion.tool": { - "version": "5.12.0", + "version": "6.0.0-beta.6", "commands": [ "dotnet-gitversion" ] @@ -15,4 +15,4 @@ ] } } -} \ No newline at end of file +} diff --git a/Directory.Packages.props b/Directory.Packages.props index 1d5e942b..5d6c35ae 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -12,7 +12,7 @@ - + @@ -62,4 +62,4 @@ - \ No newline at end of file + diff --git a/GitVersion.yml b/GitVersion.yml index a7f96fbe..d7669aab 100644 --- a/GitVersion.yml +++ b/GitVersion.yml @@ -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.+)" minor-version-bump-message: "^(feat)(\\([\\w\\s-]*\\))?:" patch-version-bump-message: "^(build|chore|ci|docs|fix|perf|refactor|revert|style|test)(\\([\\w\\s-]*\\))?:" branches: main: - tag: dev + label: dev