uno.toolkit.ui/gitversion.yml

71 строка
1.5 KiB
YAML
Исходник Обычный вид История

2021-04-21 22:55:18 +03:00
assembly-versioning-scheme: MajorMinorPatch
mode: Mainline
# Don't use next-version with Mainline (changed since 5.3), otherwise the stable
# branch will not count on commits, only on tags.
# See https://github.com/GitTools/GitVersion/issues/2461#issuecomment-733658087
# next-version: 3.0
branches:
2021-11-30 19:25:04 +03:00
main:
2021-04-21 22:55:18 +03:00
mode: ContinuousDeployment
2021-11-30 19:25:04 +03:00
regex: main
2021-04-21 22:55:18 +03:00
tag: dev
increment: Minor
is-source-branch-for: ['beta', 'stable']
legacy:
mode: ContinuousDeployment
regex: legacy/.*
tag: dev
increment: Minor
source-branches: ['main']
is-source-branch-for: ['beta', 'stable']
2021-04-21 22:55:18 +03:00
pull-request:
regex: ^(pull|pull\-requests|pr)[/-]
mode: ContinuousDeployment
tag: 'PullRequest'
tag-number-pattern: '[/-](?<number>\d+)[-/]'
increment: Inherit
beta:
mode: ContinuousDeployment
regex: ^release/beta/.*
tag: beta
increment: none
2021-11-30 19:25:04 +03:00
source-branches: ['main']
2021-04-21 22:55:18 +03:00
stable:
regex: ^release/stable/.*
tag: ''
increment: Patch
2021-11-30 19:25:04 +03:00
source-branches: ['main','beta']
2021-04-21 22:55:18 +03:00
is-mainline: true
dev:
mode: ContinuousDeployment
regex: ^dev/.*?/(.*?)
tag: dev.{BranchName}
2021-11-30 19:25:04 +03:00
source-branches: ['main', 'stable', 'projects', 'feature']
2021-04-21 22:55:18 +03:00
increment: none
projects:
tag: proj-{BranchName}
regex: ^projects/(.*?)
2021-11-30 19:25:04 +03:00
source-branches: ['main']
2021-04-21 22:55:18 +03:00
increment: none
feature:
tag: feature.{BranchName}
regex: ^feature/(.*?)
2021-11-30 19:25:04 +03:00
source-branches: ['main']
2021-04-21 22:55:18 +03:00
increment: none
release:
# disable default release branch
regex: ignore
ignore:
sha: []