Skip to the content.

Table of Contents

Semantic Versioning

参照语义化版本, 我们需要对版本号有足够的重视, 毕竟做一个 负责任专业 的人是尤其重要的.

这里我只给出重要的简介. 详细的内容请自行在官网查阅

Given a version number MAJOR.MINOR.PATCH, increment the:

  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.

Additional labels for pre-release and build metadata are available as extensions to the MAJOR.MINOR.PATCH format.