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:
authorTJ Rana <tjrana0@yahoo.com>2012-03-20 09:01:00 +0400
committerMark Otto <markotto@twitter.com>2012-03-23 10:31:52 +0400
commit303ba1326bbe367598ab4cc063b4607507208e56 (patch)
tree5ee02852fb046ce065cd3a6bb1a32fb7ee2c6a8d /README.md
parentac64d9405b3f650704f2e63b52c26b9f6f792cb8 (diff)
Make guidelines for release numbering more specific
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 94433b1dc5..f05dae7bcd 100644
--- a/README.md
+++ b/README.md
@@ -25,8 +25,8 @@ Releases will be numbered with the follow format:
And constructed with the following guidelines:
-* Breaking backward compatibility bumps the major
-* New additions without breaking backward compatibility bumps the minor
+* Breaking backward compatibility bumps the major (and resets minor and patch)
+* New additions without breaking backward compatibility bumps the minor (and resets patch)
* Bug fixes and misc changes bump the patch
For more information on SemVer, please visit http://semver.org/.