We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a55695 commit 4149205Copy full SHA for 4149205
1 file changed
pyproject.toml
@@ -133,10 +133,10 @@ datacustomcode = "datacustomcode.cli:cli"
133
134
[tool.poetry-dynamic-versioning]
135
enable = true
136
+format-jinja = "{% if distance == 0 %}{{ base }}{{ stage or '' }}{% else %}{{ bump_version(base) }}.dev{{ distance }}+{{ commit }}{% endif %}"
137
pattern = "^v(?P<base>\\d+\\.\\d+\\.\\d+)(?P<stage>\\.dev\\d+|a\\d+|b\\d+|rc\\d+)?$"
138
style = "pep440"
139
vcs = "git"
-format-jinja = "{% if distance == 0 %}{{ base }}{{ stage or '' }}{% else %}{{ bump_version(base) }}.dev{{ distance }}+{{ commit }}{% endif %}"
140
141
[tool.pytest.ini_options]
142
addopts = "--cov=src/datacustomcode --cov-report=term-missing"
0 commit comments