Skip to content

Commit 5fdf1f6

Browse files
committed
Fix: remove distance as prefix
1 parent b4911e5 commit 5fdf1f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ disallow_untyped_decorators = false
5353

5454
[tool.poetry-dynamic-versioning]
5555
enable = true
56-
format-jinja = "{{distance}}{{base}}{% if major == 0 and minor == 0 and patch == 0 and distance > 0 %}.post{{ timestamp }}{% endif %}"
56+
format-jinja = "{{base}}{% if major == 0 and minor == 0 and patch == 0 and distance > 0 %}.post{{ timestamp }}{% endif %}"

0 commit comments

Comments
 (0)