Skip to content

Commit

Permalink
Updated gitversion to push incremental changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ByronMayne committed Jan 27, 2024
1 parent e79aed6 commit b80fee9
Showing 1 changed file with 2 additions and 25 deletions.
27 changes: 2 additions & 25 deletions GitVersion.yml
Original file line number Diff line number Diff line change
@@ -1,25 +1,2 @@
branches:
main:
regex: ^master$|^main$
mode: ContinuousDelivery
tag: 'rc'
increment: Patch
prevent-increment-of-merged-branch-version: true
track-merge-target: false
source-branches: [ 'develop', 'release' ]
tracks-release-branches: false
is-release-branch: false
is-mainline: true
pre-release-weight: 55000
develop:
regex: ^dev(elop)?(ment)?$
mode: ContinuousDeployment
tag: alpha
increment: Minor
prevent-increment-of-merged-branch-version: false
track-merge-target: true
source-branches: []
tracks-release-branches: true
is-release-branch: false
is-mainline: false
pre-release-weight: 0
mode: ContinuousDeployment
branches: {}

0 comments on commit b80fee9

Please sign in to comment.