Skip to content

Commit

Permalink
Add GitVersion.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dickwolff authored Feb 1, 2024
1 parent 3cf447b commit 125b1e5
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions GitVersion.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
next-version: 0.3.0
assembly-informational-format: "{NuGetVersion}"
mode: ContinuousDeployment
branches:
master:
regex: main
mode: ContinuousDelivery
tag: ""
increment: Patch
feature:
regex: ^feature?[/-]
mode: ContinuousDelivery
tag: ""
increment: Patch
source-branches: ["main"]

0 comments on commit 125b1e5

Please sign in to comment.