Uno.Wasm.Bootstrap/gitversion.yml

52 строки
1009 B
YAML
Исходник Обычный вид История

2018-04-17 22:53:43 +03:00
assembly-versioning-scheme: MajorMinorPatch
mode: Mainline
2023-10-29 18:59:13 +03:00
# next-version: 7.0.0
2018-04-17 22:53:43 +03:00
branches:
2021-03-08 17:47:29 +03:00
main:
mode: ContinuousDeployment
2021-03-08 17:47:29 +03:00
regex: main
2018-04-17 22:53:43 +03:00
tag: dev
increment: Minor
pull-request:
regex: ^(pull|pull\-requests|pr)[/-]
mode: ContinuousDeployment
tag: PullRequest
increment: Inherit
2019-02-08 17:52:27 +03:00
stable:
regex: release/stable/.*
tag: ''
increment: Patch
2021-03-08 17:47:29 +03:00
source-branches: ['main']
is-mainline: true
beta:
mode: ContinuousDeployment
regex: release/beta/.*
tag: 'beta'
increment: inherit
2021-03-08 17:47:29 +03:00
source-branches: ['main']
2019-02-08 17:52:27 +03:00
dev:
mode: ContinuousDeployment
2019-02-08 17:52:27 +03:00
regex: dev/.*?/(.*?)
tag: dev.{BranchName}
2021-03-08 17:47:29 +03:00
source-branches: ['main', 'release', 'projects', 'feature']
increment: inherit
2019-02-08 17:52:27 +03:00
projects:
2018-04-17 22:53:43 +03:00
tag: proj-{BranchName}
2019-02-08 17:52:27 +03:00
regex: projects/(.*?)
2021-03-08 17:47:29 +03:00
source-branches: ['main']
increment: inherit
feature:
tag: feature.{BranchName}
regex: feature/(.*?)
2021-03-08 17:47:29 +03:00
source-branches: ['main']
increment: inherit
2018-04-17 22:53:43 +03:00
ignore:
2023-10-29 22:36:28 +03:00
sha: []