Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cli parameter --non-interactive is not working #344

Open
gzliudan opened this issue Dec 1, 2021 · 2 comments
Open

cli parameter --non-interactive is not working #344

gzliudan opened this issue Dec 1, 2021 · 2 comments

Comments

@gzliudan
Copy link

gzliudan commented Dec 1, 2021

Install:

npm install -g commitizen
npm install --save-dev git-cz

changelog.config.js:

module.exports = {
    disableEmoji: true,
    format: '{type}{scope}: {subject}',
};

When I run: git-cz --non-interactive --type=feat --subject="add onClick prop to component", still ask me question:

cz-cli@4.2.4, git-cz@4.8.0

? 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)
@lecion
Copy link

lecion commented May 26, 2022

same as you

@Yony6041
Copy link

same problem...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants