Fixes Versioning by Using Defaults
This commit is contained in:
@@ -19,14 +19,6 @@ yoshi-seals = "^2.1"
|
|||||||
[tool.poetry-dynamic-versioning]
|
[tool.poetry-dynamic-versioning]
|
||||||
enable = true
|
enable = true
|
||||||
vcs = "git"
|
vcs = "git"
|
||||||
format-jinja = """
|
|
||||||
{% if distance == 0 %}
|
|
||||||
{{ base }}
|
|
||||||
{% else %}
|
|
||||||
{{ base }}+{{ distance }}.{{ commit }}
|
|
||||||
{% endif %}
|
|
||||||
"""
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
|
|||||||
Reference in New Issue
Block a user