You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i installed the conventional-pre-commit hook.
After that i tried to create a release with cz bump. It fails because the commit message is not a valid conventional commit.
I expects that commitizen generates only conventional commits, but "bump" is not a valid cmmit type
Description
Hello,
i installed the conventional-pre-commit hook.
After that i tried to create a release with
cz bump
. It fails because the commit message is not a valid conventional commit.I expects that commitizen generates only conventional commits, but "bump" is not a valid cmmit type
Steps to reproduce
cz bump --changelog
Current behavior
bump commit messages starting always with "bump:"
Desired behavior
bump commit messages are valid conventional commits
Screenshots
Environment
Commitizen Version: 2.27.1
Python Version: 3.10.4 (main, Apr 26 2022, 19:42:59) [Clang 13.1.6 (clang-1316.0.21.2)]
Operating System: Darwin
The text was updated successfully, but these errors were encountered: