Open
Description
Description
Everytime I run cz commit
(no matter which repo) it always ends with "The system cannot find the path specified."
Steps to reproduce
- Do something.
git add .
cz commit
- Example output
? Select the type of change you are committing style: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)
? What is the scope of this change? (class or file name): (press [enter] to skip)
test
? Write a short and imperative summary of the code changes: (lower case and no period)
add description
? Provide additional contextual information about the code changes: (press [enter] to skip)
? Is this a BREAKING CHANGE? Correlates with MAJOR in SemVer No
? Footer. Information about Breaking Changes and reference issues that this commit closes: (press [enter] to skip)
style(test): add description
The system cannot find the path specified.
Current behavior
cz
seems to try to do something after the commit, but this produces the message "The system cannot find the path specified.".
Desired behavior
I would like to know what path cannot be found.
Screenshots
Environment
Commitizen Version: 4.7.1
Python Version: 3.12.8 (main, Jan 14 2025, 22:49:36) [MSC v.1942 64 bit (AMD64)]
Operating System: Windows