-
Notifications
You must be signed in to change notification settings - Fork 552
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
Why cz-conventional-changelog is not the default adapter? #762
Comments
I would be ok with it being the default. The reason for it not being the default is that this was created before conventionalcommits.org existed so we didn't really know what convention would "win". I would be ok with a major version that makes it the default when initializing. I think it would be a good change so long as we still allow for people to define alternative adapters. |
@dmwelch should I open a new issue for proposing this change? |
Sorry, I was thinking this would go into the development backlog for the next major release. I'll reopen it and tag it as such. |
Okay, I just found that
Is that:
|
🎉 This issue has been resolved in version 4.2.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
BREAKING CHANGE: As `streamich/git-cz` is not the default adapter anymore, you will have to set it as your adapter in if you want to keep using it (`echo '{ "path": "git-cz" }' > ~/.czrc`). Fixes commitizen#762
I believe it's the most used since it's the one that best complies with conventionalcommits.org.
The text was updated successfully, but these errors were encountered: