We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7c3c70 commit c8ae22dCopy full SHA for c8ae22d
1 file changed
{{cookiecutter.project_name}}/scripts/setup-release.py
@@ -77,7 +77,7 @@ def _rollback_release(version: str) -> None:
77
commands: list[list[str]] = [
78
["git", "checkout", "develop"],
79
["git", "checkout", "."],
80
- ["git", "branch", "-D", f"release/{version}"]
+ ["git", "branch", "-D", f"release/{version}"],
81
]
82
83
for command in commands:
0 commit comments