Browse Source

Think i have gitversion right now

Tigger Kindel 2 years ago
parent
commit
704554b4a2
2 changed files with 5 additions and 9 deletions
  1. 0 6
      .github/GitVersion.yml
  2. 5 3
      GitVersion.yml

+ 0 - 6
.github/GitVersion.yml

@@ -1,6 +0,0 @@
-mode: ContinuousDelivery
-branches: 
-  v2_develop:
-    regex: ^v2_dev(elop)?(ment)?$
-    is-develop: true
-    tag: 'alpha'

+ 5 - 3
GitVersion.yml

@@ -1,5 +1,7 @@
 branches: 
-  master:
-    tag: ''
   v2_develop:
-    tag: 'alpha'
+    mode: ContinuousDeployment
+    regex: v2_develop
+    tag: alpha
+    source-branches:
+    - v2_develop