Skip to content

Commit 96cd3b4

Browse files
feature(#20)!: this commit updates commit message patterns for version bumping in git-version.yml
1 parent 0575156 commit 96cd3b4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

GitVersion.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ branches:
88

99
commit-message-incrementing: Enabled
1010

11-
major-version-bump-message: '^feat\\(?#\\d+\\)?!|BREAKING CHANGE|!'
12-
minor-version-bump-message: '^feat(\\(?#\\d+\\)?)?:'
13-
patch-version-bump-message: '^fix(\\(?#\\d+\\)?)?:'
11+
major-version-bump-message: '^(feat|feature)(\(#\d+\))?!:|BREAKING CHANGE'
12+
minor-version-bump-message: '^(feat|feature)(\(#\d+\))?:'
13+
patch-version-bump-message: '^fix(\(#\d+\))?:'

0 commit comments

Comments
 (0)