Cited from Semantic Versioning 2.0.0
A version number consists of "MAJOR.MINOR.PATCH".
• The MAJOR version when you make incompatible API changes.
• The MINOR version when you add functionality in a backwards-compatible manner.
• The PATCH version when you make backwards-compatible bug fixes.
No comments:
Post a Comment