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
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.
If you're not working in a Commitizen friendly repository, then git cz will work just the same as git commit but npx cz will use the streamich/git-cz adapter. To fix this, you need to first make your repo Commitizen-friendly
Is that:
npx cz was used to be npx git-cz, and git-cz on NPM points to streamich's.
$ npx czcommand not found: cz
Instead of falling back to the normal git commit, we should proceed using the default adapter.
Activity
jimthedev commentedon Aug 31, 2020
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.
felipecrs commentedon Sep 14, 2020
@dmwelch should I open a new issue for proposing this change?
dmwelch commentedon Sep 14, 2020
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.
felipecrs commentedon Sep 14, 2020
Okay, I just found that
cz-conventional-changelog
is already the default adapter. The problem with:Is that:
npx cz
was used to benpx git-cz
, andgit-cz
on NPM points to streamich's.git commit
, we should proceed using the default adapter.commitizen-bot commentedon Oct 20, 2020
🎉 This issue has been resolved in version 4.2.2 🎉
The release is available on:
Your semantic-release bot 📦🚀
feat!: use cz-conventional-changelog as default adapter
feat!: use cz-conventional-changelog as default adapter
feat: use cz-conventional-changelog as default adapter