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