Skip to content

Commit

Permalink
fix: Update gitversion to v6 to align with csharp connectors (#388)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanRynne authored Sep 3, 2024
1 parent 09cc83e commit abe9de1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 15 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
19 changes: 6 additions & 13 deletions GitVersion.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit abe9de1

Please sign in to comment.