diff options
Diffstat (limited to 'deps/npm/html/doc/version.html')
-rw-r--r-- | deps/npm/html/doc/version.html | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/deps/npm/html/doc/version.html b/deps/npm/html/doc/version.html index d7fbfaa4b..953db5eb1 100644 --- a/deps/npm/html/doc/version.html +++ b/deps/npm/html/doc/version.html @@ -34,13 +34,22 @@ resulting version number. For example:</p> <p>If the <code>sign-git-tag</code> config is set, then the tag will be signed using the <code>-s</code> flag to git. Note that you must have a default GPG key set up -in your git config for this to work properly.</p> +in your git config for this to work properly. For example:</p> + +<pre><code>$ npm config set sign-git-tag true +$ npm version patch + +You need a passphrase to unlock the secret key for +user: "isaacs (http://blog.izs.me/) <i@izs.me>" +2048-bit RSA key, ID 6C481CF6, created 2010-08-31 + +Enter passphrase:</code></pre> <h2 id="SEE-ALSO">SEE ALSO</h2> <ul><li><a href="../doc/init.html">init(1)</a></li><li><a href="../doc/json.html">json(1)</a></li><li><a href="../doc/semver.html">semver(1)</a></li></ul> </div> -<p id="footer">version — npm@1.2.10</p> +<p id="footer">version — npm@1.2.11</p> <script> ;(function () { var wrapper = document.getElementById("wrapper") |