We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e25b228 commit 18a10d8Copy full SHA for 18a10d8
{{cookiecutter.project_name}}/scripts/setup-release.py
@@ -81,7 +81,7 @@ def _rollback_release(version: str) -> None:
81
]
82
83
for command in commands:
84
- subprocess.run(command, cwd=REPO_FOLDER, check=True)
+ subprocess.run(command, cwd=REPO_FOLDER, check=False)
85
86
87
if __name__ == "__main__":
0 commit comments