Don't add tag in bump-version.py

It will be done by GitHub Releases.
This commit is contained in:
Cheng Zhao 2015-04-23 13:28:29 +08:00
parent ba7e26539f
commit fb78169396

View file

@ -114,7 +114,6 @@ def update_info_plist(version):
def tag_version(version):
execute(['git', 'commit', '-a', '-m', 'Bump v{0}'.format(version)])
execute(['git', 'tag', 'v{0}'.format(version)])
if __name__ == '__main__':