Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markd.otto@gmail.com>2011-08-27 11:49:48 +0400
committerMark Otto <markd.otto@gmail.com>2011-08-27 11:49:48 +0400
commit315af8e18b6ade15c372420cb256053697553716 (patch)
tree261f85de35a39949503738181578cc9ed9f31a45 /README.md
parentdf8b65445c332c6fa68858a8f839c24f8b4413ad (diff)
Edited readme to include the versioning approach we'll be striving to use
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 8ac5f78ff5..8d0e693c97 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
-----------