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 fe6f3ba commit 21a9166Copy full SHA for 21a9166
pyproject.toml
@@ -159,6 +159,8 @@ include-package-data = false
159
version_file = "sqlmesh/_version.py"
160
fallback_version = "0.0.0"
161
local_scheme = "no-local-version"
162
+# Ignore vscode tags when getting git version
163
+git_describe_command = "git describe --long --match 'v*'"
164
165
[tool.setuptools.packages.find]
166
include = ["sqlmesh", "sqlmesh.*", "web*"]
0 commit comments