Skip to content

Commit

Permalink
Fixing gitversion regex to identify the master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
tsutomi committed Jul 7, 2024
1 parent 958e835 commit b3ce5b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GitVersion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ branches:
main:
tag: ''
increment: Patch
regex: ^main$
regex: ^master$
source-branches: ['feature']
prevent-increment-of-merged-branch-version: true
tracks-release-branches: true
Expand Down

0 comments on commit b3ce5b4

Please sign in to comment.