We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4ee583 commit 7f6a10eCopy full SHA for 7f6a10e
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