0
0
mirror of https://github.com/semver/semver.git synced 2025-08-24 14:58:35 +00:00

Fix wrapping of overlength line in Summary section

This commit is contained in:
Wincent Colaiuta 2013-07-21 10:17:48 -07:00
parent be43a960cc
commit a2769c455b

View File

@ -11,7 +11,8 @@ Given a version number MAJOR.MINOR.PATCH, increment the:
manner, and manner, and
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 to the MAJOR.MINOR.PATCH format. Additional labels for pre-release and build metadata are available as extensions
to the MAJOR.MINOR.PATCH format.
Introduction Introduction
------------ ------------