Skip to content

Commit

Permalink
simplify config
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveSkender committed Dec 30, 2024
1 parent b6fe133 commit f100137
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/gitversion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,11 @@ branches:
main:
regex: ^main$
increment: Patch
is-release-branch: true
is-mainline: true
prevent-increment-of-merged-branch-version: true
source-branches: []

feature:
regex: ^(v\d+|fix|feature|dev).*
mode: ContinuousDelivery
tag: preview
increment: Inherit
prevent-increment-of-merged-branch-version: false
track-merge-target: true
source-branches: ['main']

0 comments on commit f100137

Please sign in to comment.