From a4ca23145e25d86b4fa4d92a7c9fdbbd525e1c43 Mon Sep 17 00:00:00 2001 From: Mr Finchum Date: Tue, 21 Jan 2025 19:37:14 +0000 Subject: [PATCH] chore: more pipeline --- Gitversion.yml => GitVersion.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename Gitversion.yml => GitVersion.yml (96%) diff --git a/Gitversion.yml b/GitVersion.yml similarity index 96% rename from Gitversion.yml rename to GitVersion.yml index 907c4c5..e1e1327 100644 --- a/Gitversion.yml +++ b/GitVersion.yml @@ -1,5 +1,5 @@ --- -mode: Mainline +mode: MainLine major-version-bump-message: "^(build|chore|ci|docs|feat|fix|patch|refactor|revert|style|test)(\\([\\w\\s-,/\\\\]*\\))?(!:|:.*\\n\\n((.+\\n)+\\n)?BREAKING CHANGE:\\s.+)" # noqa yaml[line-length] minor-version-bump-message: "^(build|chore|ci|docs|feat|refactor|revert|style|test)(\\([\\w\\s-,/\\\\]*\\))?:" patch-version-bump-message: "^(fix|patch)(\\([\\w\\s-,/\\\\]*\\))?:"