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
Executing npm version --no-git-tag-version creates a Git tag and a Git commit with the incremented version in package[-lock].json. Same behavior with --git-tag-version false and --git-tag-version=false.
Current Behavior:
Executing
npm version --no-git-tag-version
creates a Git tag and a Git commit with the incremented version inpackage[-lock].json
. Same behavior with--git-tag-version false
and--git-tag-version=false
.Expected Behavior:
It only changes the
version
inpackage[-lock].json
and does not create a Git commit/tag, as the docs suggest (https://github.com/npm/cli/blob/latest/docs/content/cli-commands/npm-version.md#git-tag-version), and like done by npm v6.Steps To Reproduce:
npm version --no-git-tag-version patch
Environment:
The text was updated successfully, but these errors were encountered: