fix: Update gitversion to v6 to align with csharp connectors (#388)
This commit is contained in:
@@ -31,8 +31,6 @@ jobs:
|
|||||||
|
|
||||||
- name: Install GitVersion
|
- name: Install GitVersion
|
||||||
uses: gittools/actions/gitversion/setup@v3.0.0
|
uses: gittools/actions/gitversion/setup@v3.0.0
|
||||||
with:
|
|
||||||
versionSpec: "5.x"
|
|
||||||
|
|
||||||
- name: Determine Version
|
- name: Determine Version
|
||||||
id: gitversion
|
id: gitversion
|
||||||
|
|||||||
+6
-13
@@ -1,18 +1,11 @@
|
|||||||
|
workflow: GitFlow/v1
|
||||||
next-version: 3.0.0
|
next-version: 3.0.0
|
||||||
mode: ContinuousDeployment
|
mode: ManualDeployment
|
||||||
assembly-informational-format: "{Major}.{Minor}.{Patch}-{PreReleaseTag}"
|
|
||||||
branches:
|
branches:
|
||||||
main:
|
main:
|
||||||
regex: ^main$
|
label: rc
|
||||||
tag: rc
|
|
||||||
develop:
|
develop:
|
||||||
regex: ^development$
|
|
||||||
tag: dev
|
|
||||||
pull-request:
|
|
||||||
tag: pr
|
|
||||||
beta:
|
|
||||||
regex: ^dui3/alpha$
|
regex: ^dui3/alpha$
|
||||||
tag: beta
|
label: beta
|
||||||
source-branches:
|
unknown:
|
||||||
- develop
|
increment: None
|
||||||
- main
|
|
||||||
|
|||||||
Reference in New Issue
Block a user