22 lines
302 B
YAML
22 lines
302 B
YAML
mode: ContinuousDeployment
|
|
|
|
tag-prefix: '[vV]'
|
|
|
|
increment: Patch
|
|
|
|
branches:
|
|
master:
|
|
label: ''
|
|
increment: Patch
|
|
prevent-increment-of-merged-branch-version: true
|
|
|
|
feature:
|
|
label: preview
|
|
increment: Minor
|
|
|
|
hotfix:
|
|
label: ''
|
|
increment: Patch
|
|
|
|
pull-request:
|
|
label: pr |