Closed felipecrs closed 4 years ago
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 cz-conventional-changelog
is already the default adapter. The problem with:
If your repo is NOT Commitizen friendly:
If you're not working in a Commitizen friendly repository, then
git cz
will work just the same asgit commit
butnpx 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 cz
command not found: cz
git commit
, we should proceed using the default adapter.:tada: This issue has been resolved in version 4.2.2 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
I believe it's the most used since it's the one that best complies with conventionalcommits.org.