比如当前版本为0.1.1,使用 npm version patch 后,会执行以下操作:. 修改package.json 的version 为0.1.2; git commit -m “0.1.2”; npm tag -a v0.1.2.
確定! 回上一頁