返回介绍

npm-version

发布于 2019-05-30 13:06:37 字数 1907 浏览 1128 评论 0 收藏 0

Bump a package version

概要

npm version [<newversion> | major | minor | patch | premajor | preminor | prepatch | prerelease [--preid=<prerelease-id>] | from-git]

'npm [-v | --version]' to print npm version
'npm view <pkg> version' to view a package's published version
'npm ls' to inspect current package/dependency versions

详情

Run this in a package directory to bump the version and write the new data back to package.json, package-lock.json, and, if present, npm-shrinkwrap.json.

The newversion argument should be a valid semver string, a valid second argument to Configuration

allow-same-version

  • Default: false
  • Type: Boolean

Prevents throwing an error when npm version is used to set the new version to the same value as the current version.

git-tag-version

  • Default: true
  • Type: Boolean

Commit and tag the version change.

commit-hooks

  • Default: true
  • Type: Boolean

Run git commit hooks when committing the version change.

sign-git-tag

  • Default: false
  • Type: Boolean

Pass the -s flag to git to sign the tag.

Note that you must have a default GPG key set up in your git config for this to work properly.

请参阅

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文