We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed0b088 commit 85a88c9Copy full SHA for 85a88c9
1 file changed
{{cookiecutter.project_name}}/scripts/setup-release.py
@@ -49,6 +49,7 @@ def setup_release(increment: Optional[str] = None) -> None:
49
bump_version(increment=increment)
50
51
commands: list[list[str]] = [
52
+ ["uv", "sync", "--all-groups"],
53
["git", "add", "."],
54
["git", "commit", "-m", f"bump: version {current_version} → {new_version}", "--no-verify"]
55
]
0 commit comments