From ddbb505ec6077576e0a9d00a14b43d32d69e4f9e Mon Sep 17 00:00:00 2001 From: Gar Date: Thu, 17 Mar 2022 11:23:18 -0700 Subject: docs: explain that git-tag-version=false does not commit (#4574) --- docs/content/commands/npm-version.md | 3 ++- docs/content/using-npm/config.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'docs') 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. 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. -- cgit v1.2.3