update gitsplit regex to match beta releases (#898)
This commit is contained in:
parent
425ebaf4f9
commit
c98866b3fa
|
|
@ -34,7 +34,6 @@ splits:
|
|||
# List of references to split (defined as regexp)
|
||||
origins:
|
||||
- ^main$
|
||||
- ^test$
|
||||
- ^split$
|
||||
- ^v\d+\.\d+\.\d+$
|
||||
- ^\d+\.\d+\.\d+$
|
||||
- ^v?\d+\.\d+\.\d+$
|
||||
- ^v?\d+\.\d+\.\d+-?beta\d+$
|
||||
|
|
|
|||
Loading…
Reference in New Issue