cz-customizable icon indicating copy to clipboard operation
cz-customizable copied to clipboard

skipped `confirmCommit` defaulting to false => reverting commit to normal commit

Open kjvelarde opened this issue 4 years ago • 2 comments

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

kjvelarde avatar Nov 04 '20 16:11 kjvelarde

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 avatar Nov 04 '20 16:11 kjvelarde

@kjvelarde Did you make a PR with your changes? I still have #142 issue

cedricdelpoux avatar Apr 09 '22 05:04 cedricdelpoux