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 e6ad8ff commit c0ac94cCopy full SHA for c0ac94c
scripts/tag.py
@@ -28,7 +28,7 @@
28
# ================================================ #
29
# Constants and global variables #
30
31
-BRANCH = ".".join(version.split('.')[:2])
+BRANCH = version
32
LOG_FILE = 'output.log'
33
TAGS_FILE = 'tags.log'
34
0 commit comments