We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9246d1 commit ef90f86Copy full SHA for ef90f86
scripts/version.py
@@ -139,7 +139,7 @@ def there_are_pending_git_changes() -> bool:
139
140
141
def commit_version(version: str) -> bool:
142
- status, _ = subprocess.getstatusoutput(f"git commit -am 'Release {version}'")
+ status, _ = subprocess.getstatusoutput(f"git commit -am 'Release {version}' --no-verify")
143
return status != 0
144
145
0 commit comments