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
When I run: git-cz --non-interactive --type=feat --subject="add onClick prop to component", still ask me question:
[email protected], [email protected]
? Select the type of change that you're committing: (Use arrow keys or type to search)
❯ test: Adding missing tests
feat: A new feature
fix: A bug fix
chore: Build process or auxiliary tool changes
docs: Documentation only changes
refactor: A code change that neither fixes a bug or adds a feature
style: Markup, white-space, formatting, missing semi-colons...
(Move up and down to reveal more choices)
The text was updated successfully, but these errors were encountered:
Install:
changelog.config.js:
When I run:
git-cz --non-interactive --type=feat --subject="add onClick prop to component"
, still ask me question:The text was updated successfully, but these errors were encountered: