From 22cdf4ae94cf0679ec6b40e6377f772116435095 Mon Sep 17 00:00:00 2001 From: Rustin Wollin Date: Mon, 2 Jun 2014 15:43:57 -0400 Subject: Changed broken #authors anchor to #creators --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 5ef008d03..a07869054 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ To get started, check out ! - [Contributing](#contributing) - [Community](#community) - [Versioning](#versioning) - - [Authors](#authors) + - [Creators](#creators) - [Copyright and license](#copyright-and-license) ## Quick start -- cgit v1.2.3 From 47a0de9b9314d03e983ca4122c4ac07aba81c119 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Thu, 5 Jun 2014 11:56:23 -0700 Subject: replace SemVer summary with a link to its website; fixes #13650 [skip validator] [skip sauce] --- README.md | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) (limited to 'README.md') 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: - -`..` - -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 . +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. -- cgit v1.2.3