0
0
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:
Magnus Jacobsson 2020-07-04 14:28:02 +02:00
parent 38a25311c9
commit 2afc6cc300

View File

@ -7,7 +7,7 @@ Summary
Given a version number MAJOR.MINOR.PATCH, increment the: 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 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 manner
1. PATCH version when you make backward compatible bug fixes 1. PATCH version when you make backward compatible bug fixes