Merge branch 'mkirk/bump-adds-tag'

pull/2/head
Michael Kirk 6 years ago
commit b6052045d8

@ -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