mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-02 03:37:42 +00:00
59ca5c2395
GitVersion
17 lines
437 B
YAML
17 lines
437 B
YAML
next-version: 0.1.19
|
|
minor-version-bump-message: \+semver:\s?(feature|new)
|
|
branches:
|
|
main:
|
|
regex: ^main$
|
|
is-release-branch: true
|
|
prevent-increment-of-merged-branch-version: true
|
|
mode: ContinuousDelivery
|
|
tag: ''
|
|
increment: Patch
|
|
develop:
|
|
regex: ^dev(elop)?(ment)?$
|
|
is-release-branch: false
|
|
mode: ContinuousDelivery
|
|
tag: 'nightly'
|
|
increment: Inherit
|
|
update-build-number: true |