aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-06-05 11:56:23 -0700
committerChris Rebert <[email protected]>2014-06-05 12:06:09 -0700
commit47a0de9b9314d03e983ca4122c4ac07aba81c119 (patch)
treedaaab76c66ba7665ad99722a158d814eea81fec0
parentef436c761b9587fbd0234788ec8bed4696aec516 (diff)
downloadbootstrap-47a0de9b9314d03e983ca4122c4ac07aba81c119.tar.xz
bootstrap-47a0de9b9314d03e983ca4122c4ac07aba81c119.zip
replace SemVer summary with a link to its website; fixes #13650
[skip validator] [skip sauce]
-rw-r--r--README.md15
1 files changed, 1 insertions, 14 deletions
diff --git a/README.md b/README.md
index a07869054..5ed0f0ff5 100644
--- 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.