We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e74b4f9 commit aebf938Copy full SHA for aebf938
pyproject.toml
@@ -3,8 +3,8 @@ requires = ["hatchling", "uv-dynamic-versioning"]
3
build-backend = "hatchling.build"
4
5
[tool.uv-dynamic-versioning]
6
-dirty = true
7
pattern = "default-unprefixed"
+format-jinja = "{{ base }}{% if distance > 0%}.post{{ distance }}.{{ commit }}{% endif %}{% if dirty %}+dirty{% endif %}"
8
9
[tool.hatch.version]
10
source = "uv-dynamic-versioning"
0 commit comments