mode: ContinuousDeployment next-version: 6.0.5 branches: develop: regex: develop label: 'alpha' increment: Patch 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' label-number-pattern: '[/-](?<number>\d+)[-/]' increment: Patch prevent-increment: when-current-commit-tagged: true is-release-branch: false source-branches: [] ignore: sha: [] merge-message-formats: {}