aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-08-29 21:26:53 -0700
committerMark Otto <[email protected]>2011-08-29 21:26:53 -0700
commitf17fc367f724ef68e287c45c129558fb62fc6b8e (patch)
tree063445d837b8e3253e2f5aa8dcbf4d6e5f29d47c /README.md
parent654cc5ad3fbbc618375a39f42ce9603c7f6897c4 (diff)
downloadbootstrap-f17fc367f724ef68e287c45c129558fb62fc6b8e.tar.xz
bootstrap-f17fc367f724ef68e287c45c129558fb62fc6b8e.zip
le merging conflicts
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8ac5f78ff..8d0e693c9 100644
--- 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
-----------