fix: Update gitversion to v6 to align with csharp connectors (#388)
Build and deploy / build (push) Has been cancelled
Build and deploy / deploy-installers (push) Has been cancelled

This commit is contained in:
Alan Rynne
2024-09-03 12:21:42 +02:00
committed by GitHub
parent 09cc83eb14
commit abe9de1b4a
2 changed files with 6 additions and 15 deletions
-2
View File
@@ -31,8 +31,6 @@ jobs:
- name: Install GitVersion
uses: gittools/actions/gitversion/setup@v3.0.0
with:
versionSpec: "5.x"
- name: Determine Version
id: gitversion
+6 -13
View File
@@ -1,18 +1,11 @@
workflow: GitFlow/v1
next-version: 3.0.0
mode: ContinuousDeployment
assembly-informational-format: "{Major}.{Minor}.{Patch}-{PreReleaseTag}"
mode: ManualDeployment
branches:
main:
regex: ^main$
tag: rc
label: rc
develop:
regex: ^development$
tag: dev
pull-request:
tag: pr
beta:
regex: ^dui3/alpha$
tag: beta
source-branches:
- develop
- main
label: beta
unknown:
increment: None