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

tag.md « doc - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 955dd234a41d013ad2f0edd380ab2bab1361f80c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
npm-tag(1) -- Tag a published version
=====================================

## SYNOPSIS

    npm tag packagename 1.2.3 tagname

## DESCRIPTION

Tags the specified version of "packagename" with the specified "tagname".

The only tags with special significance are "stable", which is the version
that gets installed by default when no other tag or version number is
specified, and "latest", which always points to the most recently uploaded
version of a package.