Skip to content

Commit 3888e17

Browse files
committed
cicd testing
1 parent 6c7ba89 commit 3888e17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ exclude = [
8282

8383
[tool.hatch.version]
8484
source = "vcs"
85-
tag-pattern = "^v(?P<major>0|[1-9]\\d*)\\.(?P<minor>0|[1-9]\\d*)\\.(?P<patch>0|[1-9]\\d*)(?:(?P<pre>a|b|rc)(?P<pre_n>0|[1-9]\\d*))?(?:\\.(?P<post>post)(?P<post_n>0|[1-9]\\d*))?(?:\\.(?P<dev>dev)(?P<dev_n>0|[1-9]\\d*))?$"
85+
tag-pattern = '^(?!docs-)(?:[\w-]+-)?(?P<version>[vV]?\d+(?:\.\d+){0,2}[^+]*)(?:\+.*)?$'
8686
fallback-version = "0.0.1"
8787

8888
[tool.hatch.build.hooks.vcs]

0 commit comments

Comments
 (0)