mirror of
https://github.com/home-assistant/core.git
synced 2025-07-29 18:28:14 +02:00
Prevent committing to dev/master/rc directly (#32029)
* Prevent committing to dev/master/rc directly * Skip pre-commit on version bump
This commit is contained in:
@ -140,7 +140,7 @@ def main():
|
||||
if not arguments.commit:
|
||||
return
|
||||
|
||||
subprocess.run(["git", "commit", "-am", f"Bumped version to {bumped}"])
|
||||
subprocess.run(["git", "commit", "-nam", f"Bumped version to {bumped}"])
|
||||
|
||||
|
||||
def test_bump_version():
|
||||
|
Reference in New Issue
Block a user