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
Using npm run commit
I first enter no long description. But then I say it affects open issue, it requires long description.
The texted entered then never ends up in the commit body:
$npm run commit
? Select the type of change that you're committing: feat: A new feature
? What is the scope of this change (e.g. component or file name): (press enter to skip) foo
? Write a short, imperative tense description of the change (max 89 chars):
(7) add foo
? Provide a longer description of the change: (press enter to skip)
? Are there any breaking changes? No
? Does this change affect any open issues? Yes
? If issues are closed, the commit requires a body. Please enter a longer description of the commit itself:
My very long description will never go into the commit body
? Add issue references (e.g. "fix #123", "re #123".):
fix #123
I did not think it was deserving a longer description. I guess this is not really the issue here. Or said differently, yes, there is a work-around (i.e. specify a longer description at Provide a longer description of the change:).
My understanding was that commitizen was telling you that you should have provided a longer description, but it was not really asking for anything at that time (too late).
If you think that is an issue, you should post it on the commitizen project directly.
Using
npm run commit
I first enter no long description. But then I say it affects open issue, it requires long description.
The texted entered then never ends up in the commit body:
Content of the commit
Where is "My very long description will never go into the commit body"?
I'm on windows if that makes a difference.
The text was updated successfully, but these errors were encountered: