Skip to content

Commit 6620faf

Browse files
feat: this commit introduces git version configuration for versioning and commit message incrementing
1 parent 486f8a0 commit 6620faf

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

GitVersion.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
mode: Mainline
2+
3+
branches:
4+
master:
5+
regex: master
6+
tag: ''
7+
increment: Patch
8+
9+
commit-message-incrementing: Enabled
10+
11+
major-version-bump-message: '^feat\\(?#\\d+\\)?!|BREAKING CHANGE|!'
12+
minor-version-bump-message: '^feat(\\(?#\\d+\\)?)?:'
13+
patch-version-bump-message: '^fix(\\(?#\\d+\\)?)?:'

0 commit comments

Comments
 (0)