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