We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e828c39 commit 1161122Copy full SHA for 1161122
version.SConscript
@@ -30,7 +30,7 @@ if str(repo.head.ref)[:8] == "feature/":
30
v = dev_tag + "-" + dev_feature + ".%s" % commits_from_develop
31
32
33
-if repo.head.ref == repo.heads.master:
+if str(repo.head.ref) == "master":
34
v = str(next((tag for tag in repo.tags if tag.commit == repo.head.commit), "0.0.0"))
35
36
0 commit comments