Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
MrHinsh committed Jun 18, 2024
1 parent 116510d commit 212f88f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions GitVersion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,21 @@ branches:
mode: ContinuousDeployment
tag: 'preview'
increment: Patch
is-mainline: true
prevent-increment-of-merged-branch-version: false
tracks-release-branches: true
regex: ^master$|^main$
release:
mode: ContinuousDelivery
tag: ""
increment: Patch
prevent-increment-of-merged-branch-version: true
track-merge-target: false
regex: ^release(s)?[\/-]
source-branches:
- master
- main
tracks-release-branches: false
is-release-branch: true
is-mainline: false
pre-release-weight: 30000
ignore:
sha: []
merge-message-formats: {}

0 comments on commit 212f88f

Please sign in to comment.