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:
authorGar <gar+gh@danger.computer>2022-03-17 21:23:18 +0300
committerGitHub <noreply@github.com>2022-03-17 21:23:18 +0300
commitddbb505ec6077576e0a9d00a14b43d32d69e4f9e (patch)
treea1e94e7eefff2a614d9434c95c906342d7d73a16 /lib/utils
parent8ff1dfaaeeb32e88c879b96a786835fe13526a88 (diff)
docs: explain that git-tag-version=false does not commit (#4574)
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,
})