File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
hatch-dependency-coversion Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -39,11 +39,15 @@ Changelog = "https://github.com/Opentrons/hatch-plugins/tree/main/hatch-dependen
39
39
[tool .hatch .version ]
40
40
source = " vcs"
41
41
fallback-version = " 0.0.0-dev"
42
- tag-pattern = " hatch-dependency-coversion@(?P<version>)"
42
+ tag-pattern = " hatch-dependency-coversion@(?P<version>[0-9]+ \\ .[0-9]+ \\ .[0-9]+((a|b| \\ .alpha-| \\ .beta-)[0-9]+)? )"
43
43
44
44
[tool .hatch .build .hooks .vcs ]
45
45
version-file = " src/hatch_dependency_coversion/_version.py"
46
46
47
+ [tool .hatch .version .raw-options ]
48
+ git_describe_command = " git describe --dirty --tags --long --match hatch-dependency-coversion@*"
49
+ root = " ../"
50
+
47
51
[tool .hatch .envs .maintenance ]
48
52
dependencies = [
49
53
" towncrier"
Original file line number Diff line number Diff line change @@ -41,11 +41,15 @@ Changelog = "https://github.com/Opentrons/hatch-plugins/tree/main/hatch-vcs-tuna
41
41
[tool .hatch .version ]
42
42
source = " vcs"
43
43
fallback-version = " 0.0.0-dev"
44
- tag-pattern = ' hatch-vcs-tunable@(?P<version>) '
44
+ tag-pattern = " hatch-vcs-tunable@(?P<version>[0-9]+ \\ .[0-9]+ \\ .[0-9]+((a|b| \\ .alpha-| \\ .beta-)[0-9]+)?) "
45
45
46
46
[tool .hatch .build .hooks .vcs ]
47
47
version-file =" src/hatch_vcs_tunable/_version.py"
48
48
49
+ [tool .hatch .version .raw-options ]
50
+ git_describe_command = " git describe --dirty --tags --long --match hatch-vcs-tunable@*"
51
+ root = " ../"
52
+
49
53
[tool .hatch .envs .maintenance ]
50
54
dependencies = [
51
55
" towncrier"
You can’t perform that action at this time.
0 commit comments