Skip to content

Commit

Permalink
use unknown
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveSkender committed Dec 30, 2024
1 parent e324ff1 commit c906169
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/gitversion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,24 @@ major-version-bump-message: '\+semver:\s?(breaking|major)'
minor-version-bump-message: '\+semver:\s?(feature|minor)'
patch-version-bump-message: '\+semver:\s?(fix|patch)'
no-bump-message: '\+semver:\s?(none|skip)'
label: preview.

branches:
main:
increment: Patch
source-branches: []
is-main-branch: true
label: ""

vNext:
regex: v[0-9].*
increment: Patch
source-branches: [main]
tag: "preview."

unknown:
increment: Patch
source-branches: [main,vNext]
tag: "preview."

ignore:
sha: []
Expand Down

0 comments on commit c906169

Please sign in to comment.