Updates Versioning Schema

This commit is contained in:
2024-07-23 19:59:27 -03:00
parent 37bcd01499
commit b4a3ed834e

View File

@@ -19,8 +19,14 @@ yoshi-seals = "^2.1"
[tool.poetry-dynamic-versioning]
enable = true
vcs = "git"
bump = "auto"
format = "v{base}"
format-jinja = """
{% if distance == 0 %}
{{ base }}
{% else %}
{{ base }}+{{ distance }}.{{ commit }}
{% endif %}
"""
[build-system]