bump_build_number adds git tag

pull/2/head
Michael Kirk 5 years ago
parent 501e2c761f
commit eb68c19472

@ -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)
Loading…
Cancel
Save