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:
authorChris Rebert <github@chrisrebert.com>2015-12-11 14:55:32 +0300
committerRebecca Turner <me@re-becca.org>2016-01-07 04:16:32 +0300
commit6db58dd0d7719c4675a239d43164edc066842b14 (patch)
treea1754d7d34c39d75e4b844a77ee9e785c55d5ff1 /doc
parent2ee6371911bd3a4d566c5d7bc8734facc60cb27c (diff)
doc: Link to tag docs in docs for `publish --tag`
PR-URL: https://github.com/npm/npm/pull/10788 Credit: @cvrebert
Diffstat (limited to 'doc')
-rw-r--r--doc/cli/npm-publish.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/cli/npm-publish.md b/doc/cli/npm-publish.md
index 8e4da32cd..fcef100ff 100644
--- a/doc/cli/npm-publish.md
+++ b/doc/cli/npm-publish.md
@@ -29,7 +29,8 @@ specifying a different default registry or using a `npm-scope(7)` in the name
* `[--tag <tag>]`
Registers the published package with the given tag, such that `npm install
<name>@<tag>` will install this version. By default, `npm publish` updates
- and `npm install` installs the `latest` tag.
+ and `npm install` installs the `latest` tag. See `npm-dist-tag(1)` for
+ details about tags.
* `[--access <public|restricted>]`
Tells the registry whether this package should be published as public or