]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
replace SemVer summary with a link to its website; fixes #13650 13744/head
authorChris Rebert <code@rebertia.com>
Thu, 5 Jun 2014 18:56:23 +0000 (11:56 -0700)
committerChris Rebert <code@rebertia.com>
Thu, 5 Jun 2014 19:06:09 +0000 (12:06 -0700)
[skip validator] [skip sauce]

README.md

index a078690546c639e3df2bf5e47a62da652799a5b2..5ed0f0ff54b43ef03668908cc11dd6ab6b7c9cc8 100644 (file)
--- a/README.md
+++ b/README.md
@@ -134,22 +134,9 @@ Keep track of development and community news.
 
 
 
-
 ## Versioning
 
-For transparency into our release cycle and in striving to maintain backward compatibility, Bootstrap is maintained under the Semantic Versioning guidelines. Sometimes we screw up, but we'll adhere to these rules whenever possible.
-
-Releases will be numbered with the following format:
-
-`<major>.<minor>.<patch>`
-
-And constructed with the following guidelines:
-
-- Breaking backward compatibility **bumps the major** while resetting minor and patch
-- New additions without breaking backward compatibility **bumps the minor** while resetting the patch
-- Bug fixes and misc changes **bumps only the patch**
-
-For more information on SemVer, please visit <http://semver.org/>.
+For transparency into our release cycle and in striving to maintain backward compatibility, Bootstrap is maintained under [the Semantic Versioning guidelines](http://semver.org/). Sometimes we screw up, but we'll adhere to those rules whenever possible.