diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-02-15 06:09:11 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-02-15 06:09:11 +0000 |
commit | a7d1525878904f2f8326baf1c8108f2204ac50cb (patch) | |
tree | da855edafb086adebe33c5eed462d753b58e2836 /doc/user/packages | |
parent | b69f406585ff64b1c5140ebba775cc754fabb358 (diff) | |
download | gitlab-ce-a7d1525878904f2f8326baf1c8108f2204ac50cb.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/user/packages')
-rw-r--r-- | doc/user/packages/npm_registry/index.md | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/doc/user/packages/npm_registry/index.md b/doc/user/packages/npm_registry/index.md index a2944667b7e..7504137fbea 100644 --- a/doc/user/packages/npm_registry/index.md +++ b/doc/user/packages/npm_registry/index.md @@ -373,14 +373,12 @@ Starting from GitLab 12.6, new packages published to the GitLab NPM Registry exp ## NPM distribution tags -> [Introduced](https://gitlab.com/gitlab-org/gitlab/issues/9425) in GitLab Premium 12.7. - -Dist Tags for newly published packages are supported, and they follow NPM's convention where they are optional, and each tag can only be assigned to 1 package at -You can add [distribution tags](https://docs.npmjs.com/cli/dist-tag) for newly -published packages. They follow NPM's convention where they are optional, and -each tag can only be assigned to one package at a time. The latest tag is added -by default when a package is published without a tag. The same goes to installing -a package without specifying the tag or version. +> [Introduced](https://gitlab.com/gitlab-org/gitlab/issues/9425) in GitLab Premium 12.8. + +You can add [distribution tags](https://docs.npmjs.com/cli/dist-tag) for newly published packages. +They follow NPM's convention where they are optional, and each tag can only be assigned to one +package at a time. The `latest` tag is added by default when a package is published without a tag. +The same applies to installing a package without specifying the tag or version. Examples of the supported `dist-tag` commands and using tags in general: |