Skip to content

Commit 3b9d005

Browse files
authored
fix: update tag regex pattern in pyproject.toml for version matching (#2344)
1 parent 52a8a97 commit 3b9d005

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ git_describe_command = [
239239
"--long",
240240
"--tags",
241241
"--match",
242-
"v*.*"
242+
"*.*.*"
243243
]
244244
local_scheme = "no-local-version"
245245
tag_regex = "^(?P<prefix>v)?(?P<version>\\d+[^\\+]*)(?P<suffix>.*)?$"

0 commit comments

Comments
 (0)