title |
---|
Semantic Versioning |
Table of Contents
参照语义化版本, 我们需要对版本号有足够的重视, 毕竟做一个 负责任
和 专业
的人是尤其重要的.
这里我只给出重要的简介. 详细的内容请自行在官网查阅
Given a version number MAJOR.MINOR.PATCH, increment the:
- MAJOR version when you make incompatible API changes,
- MINOR version when you add functionality in a backwards-compatible manner, and
- 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.