Skip to content

Commit 2fde399

Browse files
committed
Fixed gitsplit tag detection
1 parent 9cc27e9 commit 2fde399

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitsplit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ splits:
4646
# List of references to split (defined as regexp)
4747
origins:
4848
- ^(0\.x)$ # the default branch
49-
- ^v\d+\.\d+\.\d+$ # the version tags
49+
- ^\d+\.\d+\.\d+$ # the version tags

0 commit comments

Comments
 (0)