See Details
目录
分发标签 (dist-tags) 是人类可读的标签,你可以使用它来组织和标记你发布的不同版本的包。dist-tags 补充 语义版本 控制。除了比语义版本编号更易于人类阅读之外,标签还允许发布者更有效地分发他们的包。
¥Distribution tags (dist-tags) are human-readable labels that you can use to organize and label different versions of packages you publish. dist-tags supplement semantic versioning. In addition to being more human-readable than semantic version numbering, tags allow publishers to distribute their packages more effectively.
有关详细信息,请参阅 dist-tag
CLI 文档。
¥For more information, see the dist-tag
CLI documentation.
注意:由于 dist-tags 与语义版本共享一个命名空间,因此避免与现有版本号冲突的 dist-tags。我们建议避免使用以数字或字母 "v" 开头的 dist-tags。
¥Note: Since dist-tags share a namespace with semantic versions, avoid dist-tags that conflict with existing version numbers. We recommend avoiding dist-tags that start with a number or the letter "v".