This commit is contained in:
Jerome Laban 2021-08-05 11:08:07 -04:00
Родитель 3ca26d918c
Коммит 09f926e6bc
1 изменённых файлов: 11 добавлений и 3 удалений

Просмотреть файл

@ -1,6 +1,10 @@
assembly-versioning-scheme: MajorMinorPatch
mode: Mainline
next-version: 3.0.0
# 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:
master:
@ -35,7 +39,7 @@ branches:
mode: ContinuousDeployment
regex: ^dev/.*?/(.*?)
tag: dev.{BranchName}
source-branches: ['master', 'release', 'projects', 'feature']
source-branches: ['master', 'stable', 'projects', 'feature']
increment: none
projects:
@ -50,5 +54,9 @@ branches:
source-branches: ['master']
increment: none
release:
# disable default release branch
regex: ignore
ignore:
sha: []
sha: []