From 6db58dd0d7719c4675a239d43164edc066842b14 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Fri, 11 Dec 2015 03:55:32 -0800 Subject: doc: Link to tag docs in docs for `publish --tag` PR-URL: https://github.com/npm/npm/pull/10788 Credit: @cvrebert --- doc/cli/npm-publish.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc') 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 ]` Registers the published package with the given tag, such that `npm install @` 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 ]` Tells the registry whether this package should be published as public or -- cgit v1.2.3