No . in commit message
This commit is contained in:
parent
b27abd2011
commit
9c8b3e3c2e
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ def update_info_plist(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)])
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue