Skip to content

Commit

Permalink
Fix release branch regex
Browse files Browse the repository at this point in the history
  • Loading branch information
pschork committed Jun 14, 2024
1 parent 685d0c7 commit fd5e7d5
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 @@ -19,7 +19,7 @@ branches:
increment: None
prevent-increment-of-merged-branch-version: true
track-merge-target: false
regex: ^v*|^releases?[/-]
regex: ^v\d+\.\d+\.\d+$
source-branches:
- main
- release
Expand Down

0 comments on commit fd5e7d5

Please sign in to comment.