diff --git a/GitVersion.yml b/GitVersion.yml index c6869f1..607c2e9 100644 --- a/GitVersion.yml +++ b/GitVersion.yml @@ -5,3 +5,7 @@ commit-message-incrementing: Enabled major-version-bump-message: '(?m)^[a-z]+(?:\([\w\s\-,/\\]+\))?!:|(?m)^\s*BREAKING CHANGE:' minor-version-bump-message: '(?m)^feat(?:\([\w\s\-,/\\]+\))?:' patch-version-bump-message: '(?m)^(?:fix|perf)(?:\([\w\s\-,/\\]+\))?:' + +branches: + main: + mode: ContinuousDeployment