Skip to content

Commit c0ac94c

Browse files
committed
Change tag.py branch name
1 parent e6ad8ff commit c0ac94c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/tag.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
# ================================================ #
2929
# Constants and global variables #
3030
# ================================================ #
31-
BRANCH = ".".join(version.split('.')[:2])
31+
BRANCH = version
3232
LOG_FILE = 'output.log'
3333
TAGS_FILE = 'tags.log'
3434

0 commit comments

Comments
 (0)