summaryrefslogtreecommitdiff
path: root/deps/npm/doc/cli/npm-version.md
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/doc/cli/npm-version.md')
-rw-r--r--deps/npm/doc/cli/npm-version.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/deps/npm/doc/cli/npm-version.md b/deps/npm/doc/cli/npm-version.md
index 2932516bb6..c00918ddc3 100644
--- a/deps/npm/doc/cli/npm-version.md
+++ b/deps/npm/doc/cli/npm-version.md
@@ -85,6 +85,15 @@ and tag up to the server, and deletes the `build/temp` directory.
Commit and tag the version change.
+### sign-git-tag
+
+* Default: false
+* Type: Boolean
+
+Pass the `-s` flag to git to sign the tag.
+
+Note that you must have a default GPG key set up in your git config for this to work properly.
+
## SEE ALSO
* npm-init(1)