Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorKenan Yildirim <kenan@kenany.me>2015-02-24 18:09:43 +0300
committerForrest L Norvell <forrest@npmjs.com>2015-02-27 05:42:51 +0300
commit2ef5771632006e6cee8cf17f836c0f98ab494bd1 (patch)
treeae385f9c71413635929f6f8ca0b4f8065fbaba33 /doc
parentebe3b37098efdada41dcc4c52a291e29296ea242 (diff)
doc: document `git-tag-version` in `npm version`
Since `git-tag-version` affects the behavior of `npm version`, it should be documented as a configuration option in the documentation of `npm version`.
Diffstat (limited to 'doc')
-rw-r--r--doc/cli/npm-version.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/cli/npm-version.md b/doc/cli/npm-version.md
index 5dea060be..444226357 100644
--- a/doc/cli/npm-version.md
+++ b/doc/cli/npm-version.md
@@ -40,6 +40,14 @@ in your git config for this to work properly. For example:
Enter passphrase:
+## CONFIGURATION
+
+### git-tag-version
+
+* Default: true
+* Type: Boolean
+
+Commit and tag the version change.
## SEE ALSO