We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24ea586 commit ac14c48Copy full SHA for ac14c48
1 file changed
{{cookiecutter.project_name}}/scripts/setup-release.py
@@ -53,7 +53,7 @@ def setup_release(increment: Optional[str] = None) -> None:
53
raise error
54
55
56
-def _setup_release(increment: str, current_version: str, new_version: str) -> None:
+def _setup_release(increment: Optional[str], current_version: str, new_version: str) -> None:
57
"""Prepares a release of the {{cookiecutter.project_name}} package.
58
59
Sets up a release branch from the branch develop, bumps the version, and creates a release commit. Does not tag the
0 commit comments