Skip to content

Commit 042c11d

Browse files
committed
[Copilot] search parent dirs
1 parent 235d0e0 commit 042c11d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

libs/core/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,5 @@ line_length = 88
5050
write_to = "src/sim_sci_test_monorepo/core/_version.py"
5151
version_scheme = "python-simplified-semver"
5252
local_scheme = "no-local-version"
53-
tag_regex = "^core-v(?P<version>[^\\+]+)(?P<suffix>.*)?$"
53+
tag_regex = "^core-v(?P<version>[^\\+]+)(?P<suffix>.*)?$"
54+
search_parent_directories = true

libs/public_health/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,5 @@ line_length = 88
5252
write_to = "src/sim_sci_test_monorepo/public_health/_version.py"
5353
version_scheme = "python-simplified-semver"
5454
local_scheme = "no-local-version"
55-
tag_regex = "^public-health-v(?P<version>[^\\+]+)(?P<suffix>.*)?$"
55+
tag_regex = "^public-health-v(?P<version>[^\\+]+)(?P<suffix>.*)?$"
56+
search_parent_directories = true

0 commit comments

Comments
 (0)