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/docs
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 /docs
parent8ff1dfaaeeb32e88c879b96a786835fe13526a88 (diff)
docs: explain that git-tag-version=false does not commit (#4574)
Diffstat (limited to 'docs')
-rw-r--r--docs/content/commands/npm-version.md3
-rw-r--r--docs/content/using-npm/config.md3
2 files changed, 4 insertions, 2 deletions
diff --git a/docs/content/commands/npm-version.md b/docs/content/commands/npm-version.md
index b53dd64ae..86e2ce90e 100644
--- a/docs/content/commands/npm-version.md
+++ b/docs/content/commands/npm-version.md
@@ -52,7 +52,8 @@ Run git commit hooks when using the `npm version` command.
* Default: true
* Type: Boolean
-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.
<!-- automatically generated, do not edit manually -->
<!-- see lib/utils/config/definitions.js -->
diff --git a/docs/content/using-npm/config.md b/docs/content/using-npm/config.md
index 9fbb61456..b2e60a742 100644
--- a/docs/content/using-npm/config.md
+++ b/docs/content/using-npm/config.md
@@ -677,7 +677,8 @@ but is not in the `PATH`, then set this to the full path to the git binary.
* Default: true
* Type: Boolean
-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.
<!-- automatically generated, do not edit manually -->
<!-- see lib/utils/config/definitions.js -->