We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cf9ff6 commit ce2bc87Copy full SHA for ce2bc87
pyproject.toml
@@ -56,6 +56,7 @@ fallback-version = "0.1.0"
56
# allows for tags with the format 0.1.0a1
57
tag-pattern = "(?P<version>([1-9][0-9]*!)?(0|[1-9][0-9]*)(\\.(0|[1-9][0-9]*))*((a|b|c|rc)(0|[1-9][0-9]*))?)"
58
#version_format = "phoebus_guibuiler.version:format_version"
59
+raw-options = { version_scheme = "only-version", local_scheme = "dirty-tag" }
60
61
[tool.hatch.build.hooks.vcs]
62
version-file = "src/phoebus_guibuilder/_version.py"
0 commit comments