From 6a397f52840f9a7cebbf530b580bacff86ea1c00 Mon Sep 17 00:00:00 2001 From: "D. Moonfire" Date: Sat, 24 Dec 2022 00:47:57 -0600 Subject: [PATCH] build: removed old git versions --- src/GitVersion.yml | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 src/GitVersion.yml diff --git a/src/GitVersion.yml b/src/GitVersion.yml deleted file mode 100644 index 5dc355f..0000000 --- a/src/GitVersion.yml +++ /dev/null @@ -1,13 +0,0 @@ -mode: ContinuousDelivery -increment: Inherit -continuous-delivery-fallback-tag: ci - -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-]*\\))?:" - -assembly-versioning-scheme: MajorMinorPatch -assembly-file-versioning-scheme: MajorMinorPatch -assembly-informational-format: "{InformationalVersion}" - -tag-prefix: "[vV]"