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
Because of this we could potentially add a commit command that would do the same to this package.
We have access to all the information we need to build nice conventional commit messages the same way commitzen does it by just looking at the configuration in `commitlint`` package:
https://github.com/commitizen/cz-cli has not been updated in a year and seem abandoned or their release process is borked and nobody care
see commitizen/cz-cli#914
commitizen/cz-cli#874
Because of this we could potentially add a
commit
command that would do the same to this package.We have access to all the information we need to build nice conventional commit messages the same way commitzen does it by just looking at the configuration in `commitlint`` package:
https://github.com/conventional-changelog/commitlint
https://github.com/conventional-changelog/commitlint/blob/master/%40commitlint/config-conventional/index.js#L36
via https://github.com/conventional-changelog/commitlint/tree/master/%40commitlint/load)
AC
dev commit
commandNote:
We could also use https://commitlint.js.org/#/guides-use-prompt commitlint/prompt-cli but i prefer features of commitizen/cz-cli
The text was updated successfully, but these errors were encountered: