From 8579f80012615d9d5735f4d72cf62421abb80468 Mon Sep 17 00:00:00 2001 From: Damien Ostler Date: Sun, 26 May 2024 03:47:09 -0400 Subject: [PATCH] Create GitVersion.yml --- GitVersion.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 GitVersion.yml diff --git a/GitVersion.yml b/GitVersion.yml new file mode 100644 index 0000000..251157d --- /dev/null +++ b/GitVersion.yml @@ -0,0 +1,3 @@ +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