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 1985e54 commit 2ca5b7eCopy full SHA for 2ca5b7e
1 file changed
commitizen/commands/version.py
@@ -84,6 +84,9 @@ def __call__(self) -> None:
84
85
if next_increment_str := self.arguments.get("next"):
86
if next_increment_str == "USE_GIT_COMMITS":
87
+ # TODO: implement USE_GIT_COMMITS by deriving the increment from
88
+ # git history. This requires refactoring the bump logic out of
89
+ # `commitizen/commands/bump.py` so it can be reused here. See #1678.
90
out.error("--next USE_GIT_COMMITS is not implemented yet.")
91
return
92
0 commit comments