Bump v3.0.0-beta.1
This commit is contained in:
parent
c7d4d2d18f
commit
1b2a85436c
7 changed files with 13 additions and 13 deletions
|
@ -192,7 +192,7 @@ def update_package_json(version, suffix):
|
|||
|
||||
|
||||
def tag_version(version, suffix):
|
||||
execute(['git', 'commit', '-a', '-m', 'Bump v{0}'.format(version + suffix)])
|
||||
execute(['git', 'commit', '-a', '--no-verify', '-m', 'Bump v{0}'.format(version + suffix)])
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue