diff --git a/Directory.Build.props b/Directory.Build.props index 449349f..618aa63 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -2,7 +2,7 @@ - 5.12.0 + 6.0.5 all diff --git a/GitVersion.yml b/GitVersion.yml index 460a63b..2ca479f 100644 --- a/GitVersion.yml +++ b/GitVersion.yml @@ -1,5 +1,8 @@ assembly-versioning-scheme: MajorMinor -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: + label: ci