Skip to content
New issue

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

wrong escaping of some special characters inside commit messages #107

Closed
dudekaa opened this issue Dec 10, 2019 · 1 comment · Fixed by #108
Closed

wrong escaping of some special characters inside commit messages #107

dudekaa opened this issue Dec 10, 2019 · 1 comment · Fixed by #108
Labels

Comments

@dudekaa
Copy link
Contributor

dudekaa commented Dec 10, 2019

Hi

this is pretty nasty bug, as it makes you super angry:smile: But more important, you simply can't write that message :disappointed:

[xxx@xxx cz-customizable] (master %)$ node ./standalone.js 
cz-customizable standalone version
>>> Using cz-customizable config specified in your package.json:  /tmp/cz-customizable/cz-config-EXAMPLE.js


Line 1 will be cropped at 100 characters. All other lines will be wrapped after 100 characters.

? Select the type of change that you're committing: feat:     A new feature
? 
Denote the SCOPE of this change (optional): accounts
? Write a SHORT, IMPERATIVE tense description of the change:
 a b " c " d @ ;
? List any BREAKING CHANGES (optional):
 
? List any ISSUES CLOSED by this change (optional). E.g.: #31, #34:
 

###--------------------------------------------------------###
feat(accounts): a b " c " d @ ;
###--------------------------------------------------------###

? Are you sure you want to proceed with the commit above? Yes
error: pathspec 'c' did not match any file(s) known to git
error: pathspec ' d @ ;' did not match any file(s) known to git
>>> ERROR undefined
[xxx@xxx cz-customizable] (master %)$
dudekaa added a commit to dudekaa/cz-customizable that referenced this issue Dec 10, 2019
@dudekaa dudekaa changed the title wrong escaping of some special characters inside commit message wrong escaping of some special characters inside commit messages Dec 10, 2019
dudekaa added a commit to dudekaa/cz-customizable that referenced this issue Jul 14, 2022
dudekaa added a commit to dudekaa/cz-customizable that referenced this issue Jul 14, 2022
dudekaa added a commit to dudekaa/cz-customizable that referenced this issue Jul 14, 2022
dudekaa added a commit to dudekaa/cz-customizable that referenced this issue Jul 14, 2022
leonardoanalista pushed a commit that referenced this issue Jul 15, 2022
@leonardoanalista
Copy link
Member

🎉 This issue has been resolved in version 6.9.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants