0
0
mirror of https://github.com/semver/semver.git synced 2025-08-22 13:58:33 +00:00
This commit is contained in:
Vasyl Boroviak 2022-07-21 17:13:54 +09:00 committed by GitHub
commit 297accd726
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.