aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-06-08 10:25:50 -0700
committerMark Otto <[email protected]>2014-06-08 10:25:50 -0700
commit98574cd018f7892795a1157ecdc57082aae904c9 (patch)
treed78d55424dc7a9f358e30f3990167b419586a795
parent57c8982b1c5c7ab11700b611c2f3d437c5bc58e5 (diff)
parent47a0de9b9314d03e983ca4122c4ac07aba81c119 (diff)
downloadbootstrap-98574cd018f7892795a1157ecdc57082aae904c9.tar.xz
bootstrap-98574cd018f7892795a1157ecdc57082aae904c9.zip
Merge pull request #13744 from twbs/fix-13650
replace SemVer summary with a link to its website
-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.