mirror of
https://github.com/HackPlan/atom-shell.git
synced 2026-04-23 03:20:41 +08:00
Don't add tag in bump-version.py
It will be done by GitHub Releases.
This commit is contained in:
@@ -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__':
|
||||
|
||||
Reference in New Issue
Block a user