Browse Source

back to 6.x

Tigger Kindel 1 year ago
parent
commit
ac5c235875
2 changed files with 3 additions and 2 deletions
  1. 1 1
      .github/workflows/publish.yml
  2. 2 1
      GitVersion.yml

+ 1 - 1
.github/workflows/publish.yml

@@ -21,7 +21,7 @@ jobs:
     - name: Install GitVersion 
       uses: gittools/actions/gitversion/setup@v0
       with:
-          versionSpec: '5.x'
+          versionSpec: '6.x'
           includePrerelease: true
 
     - name: Determine Version

+ 2 - 1
GitVersion.yml

@@ -6,9 +6,10 @@ branches:
   develop:
     mode: ContinuousDeployment
     tag: pre
-    regex: ^develop?[/-]
+    regex: develop
     source-branches:
     - main
+    pre-release-weight: 100
   main:
     tag: rc
     increment: Patch