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