Skip to content

Commit dd6a64e

Browse files
this commit introduces a .yml configuration file for the git version bumper to enable automatic semantic versioning.
1 parent 69ffcdf commit dd6a64e

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|feature)(\(#\d+\))?!:|BREAKING CHANGE'
12+
minor-version-bump-message: '^(feat|feature)(\(#\d+\))?:'
13+
patch-version-bump-message: '^fix(\(#\d+\))?:'

0 commit comments

Comments
 (0)