Skip to content

Commit 3b6f7ce

Browse files
committed
add --tags to support all tags
1 parent a78244d commit 3b6f7ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

adaptive/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def get_version_from_git():
9292
for opts in [["--first-parent"], []]:
9393
try:
9494
p = subprocess.Popen(
95-
["git", "describe", "--long", "--always"] + opts,
95+
["git", "describe", "--long", "--always", "--tags"] + opts,
9696
cwd=distr_root,
9797
stdout=subprocess.PIPE,
9898
stderr=subprocess.PIPE,

0 commit comments

Comments
 (0)