Skip to content

Commit 5a5c0ea

Browse files
committed
XSH-711 Allow building alpha-versions of the repo
1 parent 8a81110 commit 5a5c0ea

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,13 @@ regex = '''
3232
(?P<minor>\d+)
3333
\.
3434
(?P<patch>\d+)
35+
(a(?P<alpha>\d+))?
3536
'''
3637

38+
[[tool.tbump.field]]
39+
name="alpha"
40+
default=""
41+
3742
[tool.tbump.git]
3843
message_template = "Bump to {new_version}"
3944
tag_template = "v{new_version}"

0 commit comments

Comments
 (0)