Skip to content

Commit

Permalink
trying to get release tag right
Browse files Browse the repository at this point in the history
  • Loading branch information
tig committed Jul 7, 2024
1 parent 19c059d commit 97335e4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions GitVersion.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
mode: ContinuousDeployment
tag-prefix: '[vV]'
continuous-delivery-fallback-tag: pre
continuous-delivery-fallback-tag: dev
branches:
develop:
mode: ContinuousDeployment
tag: pre
tag: dev
regex: develop
source-branches:
- main
Expand All @@ -14,7 +14,6 @@ branches:
mode: ContinuousDeployment
tag: dev
regex: ^v2_develop?[/-]
#is-release-branch: true
tracks-release-branches: true
is-source-branch-for: ['v2_release']
source-branches: []
Expand Down

0 comments on commit 97335e4

Please sign in to comment.