mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-07-27 17:27:43 +00:00
21 lines
503 B
YAML
21 lines
503 B
YAML
mode: Mainline
|
|
branches:
|
|
main:
|
|
regex: ^main$
|
|
increment: Patch
|
|
is-mainline: true
|
|
is-release-branch: true
|
|
source-branches: [ 'dev' ]
|
|
prevent-increment-of-merged-branch-version: true
|
|
tag: ''
|
|
dev:
|
|
regex: ^dev$
|
|
increment: Patch
|
|
is-mainline: false
|
|
is-release-branch: false
|
|
source-branches: []
|
|
prevent-increment-of-merged-branch-version: false
|
|
tracks-release-branches: true
|
|
track-merge-target: true
|
|
tag: dev
|
|
tag-prefix: '' |