]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Edited readme to include the versioning approach we'll be striving to use
authorMark Otto <markd.otto@gmail.com>
Sat, 27 Aug 2011 07:49:48 +0000 (00:49 -0700)
committerMark Otto <markd.otto@gmail.com>
Sat, 27 Aug 2011 07:49:48 +0000 (00:49 -0700)
README.md

index 8ac5f78ff53d04b19dc0eab99dd6e2ea87eeb866..8d0e693c978dc510a0fe8cba6d0ec6643162dfd2 100644 (file)
--- a/README.md
+++ b/README.md
@@ -23,6 +23,24 @@ Or if you prefer, the standard css way:
 For more info, refer to the docs!
 
 
+Versioning
+----------
+
+For transparency and insight into our release cycle, and for striving to maintain backwards compatibility, Bootstrap will be maintained under the Semantic Versioning guidelines as much as possible.
+
+Releases will be numbered with the follow format:
+
+`<major>.<minor>.<patch>`
+
+And constructed with the following guidelines:
+
+* Breaking backwards compatibility bumps the major
+* New additions without breaking backwards compatibility bumpbs the minor
+* Bug fixes and misc changes bump the patch
+
+For more information on SemVer, please visit http://semver.org/.
+
+
 Bug Tracker
 -----------