We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5257170 commit 1107a7eCopy full SHA for 1107a7e
lib/commands/version.js
@@ -89,7 +89,7 @@ class Version extends BaseCommand {
89
this.npm.output(name)
90
const version = await libnpmversion(args[0], {
91
...this.npm.flatOptions,
92
- 'git-tag-version': false,
+ gitTagVersion: false,
93
path,
94
})
95
updatedWorkspaces.push(name)
0 commit comments