Skip to content

Commit

Permalink
Trying to fix versrions (#3912)
Browse files Browse the repository at this point in the history
* Fixing versions

* Fixing versions 2
  • Loading branch information
tig authored Feb 18, 2025
1 parent 6fcd5ef commit daf4f6a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions GitVersion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Terminal.Gui/Terminal.Gui.csproj
Original file line number Diff line number Diff line change
@@ -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>
Expand Down

0 comments on commit daf4f6a

Please sign in to comment.