cz-customizable
cz-customizable copied to clipboard
skipped `confirmCommit` defaulting to false => reverting commit to normal commit
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
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?
@kjvelarde Did you make a PR with your changes? I still have #142 issue