Skip to content

Commit

Permalink
Add GitVersion configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
tintoy committed Mar 31, 2024
1 parent bee89ac commit 0c28300
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions GitVersion.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
next-version: 0.6.1
branches:
main:
regex: ^master$|^main$
mode: ContinuousDelivery
source-branches: [ ]
increment: Patch
prevent-increment-of-merged-branch-version: true
is-mainline: true
feature:
regex: ^feature(s)?\/[\d-]+
mode: ContinuousDelivery
source-branches: [ 'main', 'bugfix' ]
tag: useBranchName
increment: Patch
prevent-increment-of-merged-branch-version: false
track-merge-target: false
tracks-release-branches: false
is-release-branch: false
is-mainline: false
bugfix:
regex: ^bug(s)?\/[\d-]+|^hotfix(s)?\/[\d-]+|^fix(s)?\/[\d-]+
mode: ContinuousDeployment
source-branches: [ 'main' ]
tag: beta
increment: Patch
prevent-increment-of-merged-branch-version: false
track-merge-target: false
tracks-release-branches: false
is-release-branch: false
is-mainline: false
ignore:
sha: []

0 comments on commit 0c28300

Please sign in to comment.