From a7dfedbcb520bef67893b5912a3c5d44cabd4ce0 Mon Sep 17 00:00:00 2001 From: Tigger Kindel Date: Thu, 17 Aug 2023 07:37:45 -0600 Subject: [PATCH] Updated gitversion to test --- GitVersion.yml | 9 +++------ Terminal.sln | 1 + 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/GitVersion.yml b/GitVersion.yml index 7372abcf2..7a336711d 100644 --- a/GitVersion.yml +++ b/GitVersion.yml @@ -1,4 +1,5 @@ mode: ContinuousDeployment +next-version: 1.14.0 tag-prefix: '[vV]' branches: develop: @@ -8,17 +9,13 @@ branches: increment: Patch source-branches: - develop - - release + - main # v1_release feature: tag: useBranchName regex: ^features?[/-] source-branches: - develop - - main - - release - - feature - - support - - hotfix + - main # v1_release pull-request: tag: PullRequest increment: Inherit diff --git a/Terminal.sln b/Terminal.sln index b0837d750..9af00ffe7 100644 --- a/Terminal.sln +++ b/Terminal.sln @@ -19,6 +19,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution CODE_OF_CONDUCT.md = CODE_OF_CONDUCT.md CONTRIBUTING.md = CONTRIBUTING.md .github\workflows\dotnet-core.yml = .github\workflows\dotnet-core.yml + GitVersion.yml = GitVersion.yml .github\workflows\publish.yml = .github\workflows\publish.yml README.md = README.md testenvironments.json = testenvironments.json