Files
Terminal.Gui/GitVersion.yml
2023-08-04 09:35:52 -06:00

27 lines
421 B
YAML

next-version: 1.13.7
mode: MainLine
tag-prefix: '[vV]'
branches:
develop:
tag: pre
increment: Patch
main:
tag: rc
increment: Patch
source-branches:
- develop
- release
feature:
tag: useBranchName
regex: ^features?[/-]
source-branches:
- develop
- main
- release
- feature
- support
- hotfix
pull-request:
tag: PullRequest
increment: Inherit