Skip to content

Commit

Permalink
Add gitversion config
Browse files Browse the repository at this point in the history
  • Loading branch information
pschork committed May 24, 2024
1 parent 003c358 commit d4405ee
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions GitVersion.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
increment: None
branches:
main:
mode: ContinuousDelivery
tag: pre
increment: Patch
prevent-increment-of-merged-branch-version: true
track-merge-target: false
regex: ^master$|^main$
source-branches:
- release
tracks-release-branches: true
is-release-branch: false
is-mainline: true
pre-release-weight: 55000
release:
mode: ContinuousDelivery
tag: rc
increment: None
prevent-increment-of-merged-branch-version: true
track-merge-target: false
regex: ^releases?[/-]
source-branches:
- main
- release
tracks-release-branches: false
is-release-branch: true
is-mainline: false
pre-release-weight: 30000

0 comments on commit d4405ee

Please sign in to comment.