Browse Source

Trying to fix versrions (#3912)

* Fixing versions

* Fixing versions 2
Tig 5 months ago
parent
commit
daf4f6ac8c
2 changed files with 9 additions and 9 deletions
  1. 8 8
      GitVersion.yml
  2. 1 1
      Terminal.Gui/Terminal.Gui.csproj

+ 8 - 8
GitVersion.yml

@@ -2,20 +2,20 @@ mode: ContinuousDeployment
 tag-prefix: '[vV]'
 continuous-delivery-fallback-tag: dev
 branches:
-  v2_develop:
+  develop:
     mode: ContinuousDeployment
-    tag: v2_develop
-    regex: ^v2_develop?[/-]
+    tag: develop
+    regex: v2_develop
     tracks-release-branches: true
-    is-source-branch-for: ['v2_release']
+    is-source-branch-for: ['main']
     source-branches: []
 
-  v2_release:
+  main:
     mode: ContinuousDeployment
     tag: prealpha
     regex: v2_release
     is-release-branch: true
-    source-branches: ['v2_develop']
+    source-branches: ['develop']
 
   v1_develop:
     mode: ContinuousDeployment
@@ -38,8 +38,8 @@ branches:
     tag-number-pattern: '[/-](?<number>\d+)'
     regex: ^(pull|pull\-requests|pr)[/-]
     source-branches:
-    - v2_develop
-    - v2_release
+    - develop
+    - main
     - feature
     - support
     - hotfix

+ 1 - 1
Terminal.Gui/Terminal.Gui.csproj

@@ -1,7 +1,7 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <!-- =================================================================== -->
   <!-- Version numbers -->
-  <!-- Automatically updated by gitversion (run `dotnet-gitversion /updateprojectfiles`)  -->
+  <!-- Automatically updated by gitversion (run `dotnet-gitversion`)  -->
   <!-- GitVersion.xml controls settings  -->
   <!-- =================================================================== -->
   <PropertyGroup>