Skip to content

Commit

Permalink
more tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveSkender committed Dec 30, 2024
1 parent f100137 commit a227925
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions src/gitversion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,24 @@ patch-version-bump-message: '\+semver:\s?(fix|patch)'
no-bump-message: '\+semver:\s?(none|skip)'

branches:

main:
regex: ^main$
tag: ''
increment: Patch
is-mainline: true
prevent-increment-of-merged-branch-version: true
track-merge-target: false
is-release-branch: true
is-mainline: true

feature:
tag: preview
tag: preview.
increment: Patch

pull-request:
tag: preview.
increment: Inherit
prevent-increment-of-merged-branch-version: false
track-merge-target: true

ignore:
sha: []

merge-message-formats: {}

0 comments on commit a227925

Please sign in to comment.