mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Use older syntax for version bump
This commit is contained in:
parent
7325847fa9
commit
a02d7989d5
@ -130,7 +130,8 @@ def main():
|
||||
if not arguments.commit:
|
||||
return
|
||||
|
||||
subprocess.run(['git', 'commit', '-am', f'Bumped version to {bumped}'])
|
||||
subprocess.run([
|
||||
'git', 'commit', '-am', 'Bumped version to {}'.format(bumped)])
|
||||
|
||||
|
||||
def test_bump_version():
|
||||
|
Loading…
x
Reference in New Issue
Block a user