We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
confirmCommit
version: latest
Config: skipQuestions: ['breaking', 'footer', 'confirmCommit']
skipQuestions: ['breaking', 'footer', 'confirmCommit']
When you skip confirm commit it doesn't apply the commit from zen and commits successfully with the normal commit(not zen)
Step: git commit -m test --- interactive zen git log -1 --- "test"
git commit -m test
git log -1
should be the type(scope):subject
The text was updated successfully, but these errors were encountered:
Also with hook via husky: (standalone/ not standalone)
exec < /dev/tty && git cz --hook
When prompt to confirm and answered no still commits with the normal commit
this might not be the adapter's issue but what do you think?
Sorry, something went wrong.
Fix leoforfree#142 & leoforfree#143 from main branch
001d324
- fix skip confirmCommit
@kjvelarde Did you make a PR with your changes? I still have #142 issue
No branches or pull requests
version: latest
Config:
skipQuestions: ['breaking', 'footer', 'confirmCommit']
When you skip confirm commit it doesn't apply the commit from zen and commits successfully with the normal commit(not zen)
Step:
git commit -m test
--- interactive zen
git log -1
--- "test"
should be the type(scope):subject
The text was updated successfully, but these errors were encountered: