Skip to content

Commit bd583ce

Browse files
committed
Simplify GitVersion config to bare minimum
1 parent ab1ffc8 commit bd583ce

1 file changed

Lines changed: 3 additions & 9 deletions

File tree

GitVersion.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
11
mode: Mainline
2-
branches:
3-
main:
4-
regex: ^main$
5-
increment: Patch
6-
is-release-branch: true
7-
feature:
8-
regex: ^feature?[/-]
9-
increment: Inherit
10-
tag: alpha
2+
major-version-bump-message: "\\+semver:\\s?(breaking|major)"
3+
minor-version-bump-message: "\\+semver:\\s?(feature|minor)"
4+
patch-version-bump-message: "\\+semver:\\s?(fix|patch)"

0 commit comments

Comments
 (0)