We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Wouldn't it be better if we could use this tool on a CI server and be able to update the build number everytime the code is pushed.
Rightnow it asks for a confirmation from the user before updating the version. A --quiet flag would be appropriate for this, don't you think?
--quiet
The text was updated successfully, but these errors were encountered:
If you don't need confirmation, you can use npm version.
npm version
https://docs.npmjs.com/cli/version
Sorry, something went wrong.
This would be really useful because we use Mercurial on a CI server and we would like to auto bump on in the CI task rather than locally.
No branches or pull requests
Wouldn't it be better if we could use this tool on a CI server and be able to update the build number everytime the code is pushed.
Rightnow it asks for a confirmation from the user before updating the version. A
--quiet
flag would be appropriate for this, don't you think?The text was updated successfully, but these errors were encountered: