We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cf55d5 commit 34f713aCopy full SHA for 34f713a
1 file changed
src/wirecloud/commons/utils/git.py
@@ -54,7 +54,7 @@ def _minimal_ext_cmd(cmd):
54
55
# Check if HEAD points to a release commit
56
IS_RELEASE = False
57
- release_tag = 'v' + wirecloud.platform.__version__
+ release_tag = wirecloud.platform.__version__
58
try:
59
out = _minimal_ext_cmd(['git', 'tag', '-l', '--points-at', 'HEAD'])
60
tags = out.strip().decode('ascii').splitlines()
0 commit comments