Skip to content
This repository was archived by the owner on Feb 20, 2026. It is now read-only.

Commit 56ccc05

Browse files
committed
tbump: allow beta releases
1 parent 8191ac7 commit 56ccc05

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tbump.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ regex = '''
1010
(?P<minor>\d+)
1111
\.
1212
(?P<patch>\d+)
13+
(?P<beta>b\d+)?
1314
'''
1415

1516
[git]

0 commit comments

Comments
 (0)