Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib/utils
diff options
context:
space:
mode:
Diffstat (limited to 'lib/utils')
-rw-r--r--lib/utils/config/definitions.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/utils/config/definitions.js b/lib/utils/config/definitions.js
index c5c129eb3..42795f1b6 100644
--- a/lib/utils/config/definitions.js
+++ b/lib/utils/config/definitions.js
@@ -798,7 +798,8 @@ define('git-tag-version', {
default: true,
type: Boolean,
description: `
- Tag the commit when using the \`npm version\` command.
+ Tag the commit when using the \`npm version\` command. Setting this to
+ false results in no commit being made at all.
`,
flatten,
})