diff --git a/GitVersion.yml b/GitVersion.yml index 85cfd27..4555bf4 100644 --- a/GitVersion.yml +++ b/GitVersion.yml @@ -1,6 +1,10 @@ -assembly-versioning-scheme: MajorMinorPatchTag +assembly-versioning-scheme: MajorMinorPatch mode: ContinuousDelivery branches: {} ignore: sha: [] merge-message-formats: {} +commit-message-incrementing: Enabled +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-]*\\))?:" \ No newline at end of file