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
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 /tap-snapshots/test/lib
parent8ff1dfaaeeb32e88c879b96a786835fe13526a88 (diff)
docs: explain that git-tag-version=false does not commit (#4574)
Diffstat (limited to 'tap-snapshots/test/lib')
-rw-r--r--tap-snapshots/test/lib/utils/config/definitions.js.test.cjs3
-rw-r--r--tap-snapshots/test/lib/utils/config/describe-all.js.test.cjs3
2 files changed, 4 insertions, 2 deletions
diff --git a/tap-snapshots/test/lib/utils/config/definitions.js.test.cjs b/tap-snapshots/test/lib/utils/config/definitions.js.test.cjs
index d75d32d9b..6bb988d60 100644
--- a/tap-snapshots/test/lib/utils/config/definitions.js.test.cjs
+++ b/tap-snapshots/test/lib/utils/config/definitions.js.test.cjs
@@ -715,7 +715,8 @@ exports[`test/lib/utils/config/definitions.js TAP > config description for git-t
* 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.
`
exports[`test/lib/utils/config/definitions.js TAP > config description for global 1`] = `
diff --git a/tap-snapshots/test/lib/utils/config/describe-all.js.test.cjs b/tap-snapshots/test/lib/utils/config/describe-all.js.test.cjs
index 27b8278fd..e4357158d 100644
--- a/tap-snapshots/test/lib/utils/config/describe-all.js.test.cjs
+++ b/tap-snapshots/test/lib/utils/config/describe-all.js.test.cjs
@@ -551,7 +551,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 -->