mirror of
https://github.com/S7NetPlus/s7netplus.git
synced 2026-02-17 22:38:27 +08:00
21 lines
436 B
YAML
21 lines
436 B
YAML
assembly-informational-format: '{NuGetVersion}'
|
|
mode: ContinuousDeployment
|
|
branches:
|
|
master:
|
|
tag: rc
|
|
increment: Minor
|
|
feature:
|
|
regex: features?[/-]
|
|
tag: rc-{BranchName}
|
|
increment: Minor
|
|
pull-request:
|
|
regex: (pull|pull\-requests|pr)[/-]
|
|
tag: rc-pr-{BranchName}
|
|
increment: Minor
|
|
hotfix:
|
|
regex: hotfix(es)?[/-]
|
|
tag: rc
|
|
increment: Patch
|
|
develop:
|
|
regex: dev(elop)?(ment)?$
|
|
tag: b |