Skip to content

Commit c4f48dc

Browse files
committed
+semver: minor
Fix GitVersion configuration with correct properties
1 parent 7ec90ea commit c4f48dc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

GitVersion.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ next-version: 1.0.0
33
branches:
44
main:
55
regex: ^main$
6+
increment: Minor
67
is-release-branch: true
8+
is-main-branch: true
79

810
major-version-bump-message: '\+semver:\s?(breaking|major)'
911
minor-version-bump-message: '\+semver:\s?(feature|minor)'
10-
patch-version-bump-message: '\+semver:\s?(fix|patch)'

0 commit comments

Comments
 (0)