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 e315746 commit b1ee589Copy full SHA for b1ee589
py/makeversionhdr.py
@@ -23,7 +23,7 @@ def get_version_info_from_git():
23
# Note: git describe doesn't work if no tag is available
24
try:
25
git_tag = subprocess.check_output(
26
- ["git", "describe", "--tags", "--dirty", "--always", "--match", "v[1-9].*"],
+ ["git", "describe", "--tags", "--dirty", "--always"],
27
stderr=subprocess.STDOUT,
28
universal_newlines=True,
29
).strip()
0 commit comments