Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mikelieber committed Jul 24, 2024
1 parent aa89ab9 commit bd39840
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion build/GitVersion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ branches:
mode: ContinuousDelivery
regex: ^features?[/-]
pre-release-weight: 30000

bugfix:
regex: ^bugfix[/_-]
increment: Patch

test:
tag: useBranchName
Expand All @@ -25,7 +29,7 @@ branches:
pre-release-weight: 30000

main:
regex: ^main$
regex: ^(main|master)$
increment: None

ignore:
Expand Down

0 comments on commit bd39840

Please sign in to comment.