mirror of
https://github.com/semver/semver.git
synced 2025-08-22 13:58:33 +00:00
Clarify that changes refers to the API in MINOR versions
This commit is contained in:
parent
38a25311c9
commit
2afc6cc300
@ -7,7 +7,7 @@ Summary
|
||||
Given a version number MAJOR.MINOR.PATCH, increment the:
|
||||
|
||||
1. MAJOR version when you make incompatible API changes
|
||||
1. MINOR version when you add functionality in a backward compatible
|
||||
1. MINOR version when you add functionality to the API in a backward compatible
|
||||
manner
|
||||
1. PATCH version when you make backward compatible bug fixes
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user