Don't add tag in bump-version.py
It will be done by GitHub Releases.
This commit is contained in:
parent
ba7e26539f
commit
fb78169396
1 changed files with 0 additions and 1 deletions
|
@ -114,7 +114,6 @@ def update_info_plist(version):
|
||||||
|
|
||||||
def tag_version(version):
|
def tag_version(version):
|
||||||
execute(['git', 'commit', '-a', '-m', 'Bump v{0}'.format(version)])
|
execute(['git', 'commit', '-a', '-m', 'Bump v{0}'.format(version)])
|
||||||
execute(['git', 'tag', 'v{0}'.format(version)])
|
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue