bump_build_number adds git tag

This commit is contained in:
Michael Kirk 2019-04-03 10:29:55 -06:00
parent 501e2c761f
commit eb68c19472
1 changed files with 2 additions and 0 deletions

View File

@ -200,5 +200,7 @@ if __name__ == '__main__':
execute_command(command)
command = ['git', 'commit', '-m', '"Bump build to %s."' % new_build_version]
execute_command(command)
command = ['git', 'tag', new_build_version]
execute_command(command)