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) --- lib/utils/config/definitions.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/utils') 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, }) -- cgit v1.2.3