Skip to content

Commit

Permalink
added debug printing to check wrong version.txt in stable release
Browse files Browse the repository at this point in the history
  • Loading branch information
bugy committed May 4, 2022
1 parent caf25c0 commit 9b51314
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ def create_version_file():
new_version += '.' + str(npm_version[1] + 1)
new_version += '.0-'
new_version += current_branch + '@' + git_hash
print('version.txt version: ' + new_version + ', current_branch: ' + current_branch)
file_utils.write_file(VERSION_FILE, new_version)


Expand Down

0 comments on commit 9b51314

Please sign in to comment.