Merge pull request #9 from HideyoshiNakazone/fixes-versioning

Fixes Versioning by Using Defaults
This commit is contained in:
2024-07-23 22:46:14 -03:00
committed by GitHub

View File

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