From a2769c455b57e7e5e7e91d81cc0a61acad68122a Mon Sep 17 00:00:00 2001 From: Wincent Colaiuta Date: Sun, 21 Jul 2013 10:17:48 -0700 Subject: [PATCH] Fix wrapping of overlength line in Summary section --- semver.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/semver.md b/semver.md index 935736e..1a78a70 100644 --- a/semver.md +++ b/semver.md @@ -11,7 +11,8 @@ Given a version number MAJOR.MINOR.PATCH, increment the: manner, and 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 ------------