diff --git a/GitVersion.yml b/GitVersion.yml index b0179d5..ea04a69 100644 --- a/GitVersion.yml +++ b/GitVersion.yml @@ -8,6 +8,12 @@ branches: prevent-increment: when-current-commit-tagged: true source-branches: [] + hotfix: + regex: hotfix[/-] + source-branches: [develop] + prevent-increment: + when-current-commit-tagged: true + is-release-branch: true pull-request: regex: (pull|pull\-requests|pr)[/-] label: 'pr'