You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue: after filling out all the prompts, when you check the commit message it only includes the title. It doesn't include the body or footer content in the entirety is there as part of
I verified it by doing a console.log and can see the content appropriately being multi-lined. I'm thinking its an issue with the git commit statement where for Windows we should use multiple -m commands instead of trying to do pass it all into 1. Alternatively try using a tool like cross-spawn or execa instead of the inbuilt child_process.
The text was updated successfully, but these errors were encountered:
Machine: Windows 10 Pro Version 2004
Setup: using option 2 - standalone
Issue: after filling out all the prompts, when you check the commit message it only includes the title. It doesn't include the body or footer content in the entirety is there as part of
cz-customizable/standalone.js
Line 13 in 65d3646
I verified it by doing a
console.log
and can see the content appropriately being multi-lined. I'm thinking its an issue with thegit commit
statement where for Windows we should use multiple-m
commands instead of trying to do pass it all into 1. Alternatively try using a tool likecross-spawn
orexeca
instead of the inbuiltchild_process
.The text was updated successfully, but these errors were encountered: