On the Pull Request : https://github.com/commitizen/cz-cli/pull/1010 the CI failed because "git whatchanged" command is deprecated 2 possible solutions : + add the option "--i-still-use-this" + replace "git whatchanged" by "git log <opts> --raw --no-merges"