mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-02 01:03:29 +01:00
Updated gitversion to test
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
mode: ContinuousDeployment
|
mode: ContinuousDeployment
|
||||||
|
next-version: 1.14.0
|
||||||
tag-prefix: '[vV]'
|
tag-prefix: '[vV]'
|
||||||
branches:
|
branches:
|
||||||
develop:
|
develop:
|
||||||
@@ -8,17 +9,13 @@ branches:
|
|||||||
increment: Patch
|
increment: Patch
|
||||||
source-branches:
|
source-branches:
|
||||||
- develop
|
- develop
|
||||||
- release
|
- main # v1_release
|
||||||
feature:
|
feature:
|
||||||
tag: useBranchName
|
tag: useBranchName
|
||||||
regex: ^features?[/-]
|
regex: ^features?[/-]
|
||||||
source-branches:
|
source-branches:
|
||||||
- develop
|
- develop
|
||||||
- main
|
- main # v1_release
|
||||||
- release
|
|
||||||
- feature
|
|
||||||
- support
|
|
||||||
- hotfix
|
|
||||||
pull-request:
|
pull-request:
|
||||||
tag: PullRequest
|
tag: PullRequest
|
||||||
increment: Inherit
|
increment: Inherit
|
||||||
|
|||||||
@@ -19,6 +19,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
|
|||||||
CODE_OF_CONDUCT.md = CODE_OF_CONDUCT.md
|
CODE_OF_CONDUCT.md = CODE_OF_CONDUCT.md
|
||||||
CONTRIBUTING.md = CONTRIBUTING.md
|
CONTRIBUTING.md = CONTRIBUTING.md
|
||||||
.github\workflows\dotnet-core.yml = .github\workflows\dotnet-core.yml
|
.github\workflows\dotnet-core.yml = .github\workflows\dotnet-core.yml
|
||||||
|
GitVersion.yml = GitVersion.yml
|
||||||
.github\workflows\publish.yml = .github\workflows\publish.yml
|
.github\workflows\publish.yml = .github\workflows\publish.yml
|
||||||
README.md = README.md
|
README.md = README.md
|
||||||
testenvironments.json = testenvironments.json
|
testenvironments.json = testenvironments.json
|
||||||
|
|||||||
Reference in New Issue
Block a user