Skip to content

Commit 1107a7e

Browse files
committed
use correct property name for gitTagVersion
1 parent 5257170 commit 1107a7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/commands/version.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ class Version extends BaseCommand {
8989
this.npm.output(name)
9090
const version = await libnpmversion(args[0], {
9191
...this.npm.flatOptions,
92-
'git-tag-version': false,
92+
gitTagVersion: false,
9393
path,
9494
})
9595
updatedWorkspaces.push(name)

0 commit comments

Comments
 (0)