Skip to content

Commit 9b51314

Browse files
committed
added debug printing to check wrong version.txt in stable release
1 parent caf25c0 commit 9b51314

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/build.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ def create_version_file():
8282
new_version += '.' + str(npm_version[1] + 1)
8383
new_version += '.0-'
8484
new_version += current_branch + '@' + git_hash
85+
print('version.txt version: ' + new_version + ', current_branch: ' + current_branch)
8586
file_utils.write_file(VERSION_FILE, new_version)
8687

8788

0 commit comments

Comments
 (0)