0
0
mirror of https://github.com/semver/semver.git synced 2025-08-23 14:28:34 +00:00

Add "package or API" in MAJOR version description

This commit is contained in:
Vasyl Boroviak 2020-01-17 11:54:53 +11:00 committed by GitHub
parent 53f4c47b08
commit 856fdfda45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ Summary
Given a version number MAJOR.MINOR.PATCH, increment the:
1. MAJOR version when you make incompatible API changes,
1. MAJOR version when you make incompatible package or API changes,
1. MINOR version when you add functionality in a backwards compatible
manner, and
1. PATCH version when you make backwards compatible bug fixes.