Is there an existing issue for this?
Current Behavior
the npm version command does not perform the git commit operation.
Expected Behavior
the npm version command still performs the git commit operation.
Steps To Reproduce
- In any repo
- Run
npm version --git-tag-version=false
- the
package.json will be modified, but the git commit won't be there.
Environment
- OS: irrelevant
- Node: latest
- npm: 7.18.1
Is there an existing issue for this?
Current Behavior
the npm version command does not perform the
git commitoperation.Expected Behavior
the npm version command still performs the
git commitoperation.Steps To Reproduce
npm version --git-tag-version=falsepackage.jsonwill be modified, but the git commit won't be there.Environment