mirror of
https://github.com/semver/semver.git
synced 2025-08-22 22:08:33 +00:00
Minor refinement to the summary list items
Summary appears to have been complete sentences that were broken into a numbered list. This modification cleans up the remaining commas and an extra "and".
This commit is contained in:
parent
c13e625abe
commit
c88eb09c26
@ -6,10 +6,10 @@ 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 backwards compatible
|
1. MINOR version when you add functionality in a backwards compatible
|
||||||
manner, and
|
manner
|
||||||
1. PATCH version when you make backwards compatible bug fixes.
|
1. PATCH version when you make backwards compatible bug fixes
|
||||||
|
|
||||||
Additional labels for pre-release and build metadata are available as extensions
|
Additional labels for pre-release and build metadata are available as extensions
|
||||||
to the MAJOR.MINOR.PATCH format.
|
to the MAJOR.MINOR.PATCH format.
|
||||||
|
Loading…
Reference in New Issue
Block a user