Uno.Playground/gitversion.yml

23 строки
452 B
YAML

assembly-versioning-scheme: MajorMinorPatch
mode: ContinuousDeployment
next-version: 1.3.0
continuous-delivery-fallback-tag: ""
branches:
master:
tag: dev
increment: minor
stable:
regex: (stable)
tag:
source-branches: [master]
dev:
regex: dev/.*?/(.*?)
tag: dev.{BranchName}
source-branches: [master]
project:
regex: projects/(.*?)
tag: proj-{BranchName}
source-branches: [master]
ignore:
sha: []