首页 > 其他 > 详细

node:semantic version instruction

时间:2020-01-19 17:10:47      阅读:76      评论:0      收藏:0      [点我收藏+]

[major].[minor].[patch]

  1. MAJOR version when you make incompatible API changes,
  2. MINOR version when you add functionality in a backwards compatible manner, and
  3. PATCH version when you make backwards compatible bug fixes.

Orders e.g:

npm version major

npm version minor

npm version patch

npm version 1.2.3

node:semantic version instruction

原文:https://www.cnblogs.com/lishidefengchen/p/12214484.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!