This commit is contained in:
Jeremie Thibeault 2018-08-22 13:57:07 -04:00
Родитель e160414c55
Коммит f56380c6b7
1 изменённых файлов: 8 добавлений и 2 удалений

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

@ -1,15 +1,21 @@
assembly-versioning-scheme: MajorMinorPatch
mode: ContinuousDeployment
next-version: 1.25.0
next-version: 1.26.0
continuous-delivery-fallback-tag: ""
branches:
master:
tag: dev
increment: none
beta:
tag: beta
increment: none
(stable):
tag: ""
tag:
increment: none
dev/.*?/(.*?):
tag: dev.{BranchName}
projects/(.*?):
tag: proj-{BranchName}
increment: none
ignore:
sha: []