update gitsplit regex to match beta releases (#898)

This commit is contained in:
Brett McBride 2022-12-13 11:42:17 +11:00 committed by GitHub
parent 425ebaf4f9
commit c98866b3fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -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+$