I heard it is something like this:
# Install
pnpm add -D commitizen cz-conventional-changelog
# Add to package.json
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
}
And then when you commit, it will give you an interactive shell experience to create the message?