Skip to content

Commit

Permalink
update spec
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveSkender committed Dec 30, 2024
1 parent 47c2f87 commit b45a939
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions src/gitversion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,17 @@ patch-version-bump-message: '\+semver:\s?(fix|patch)'
no-bump-message: '\+semver:\s?(none|skip)'

branches:

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

feature:
tag: preview.
v[0-9].*:
increment: Patch

pull-request:
.*:
tag: preview.
increment: Inherit
increment: Patch
source-branches: ['main', 'v[0-9].*']

ignore:
sha: []
Expand Down

0 comments on commit b45a939

Please sign in to comment.