summaryrefslogtreecommitdiff
path: root/deps/npm/doc/cli/config.md
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/doc/cli/config.md')
-rw-r--r--deps/npm/doc/cli/config.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/deps/npm/doc/cli/config.md b/deps/npm/doc/cli/config.md
index 537af5ca0e..7bd46cd43a 100644
--- a/deps/npm/doc/cli/config.md
+++ b/deps/npm/doc/cli/config.md
@@ -694,6 +694,17 @@ character to indicate reverse sort.
The shell to run for the `npm explore` command.
+### sign-git-tag
+
+* Default: false
+* Type: Boolean
+
+If set to true, then the `npm version` command will tag the version
+using `-s` to add a signature.
+
+Note that git requires you to have set up GPG keys in your git configs
+for this to work properly.
+
### strict-ssl
* Default: true