aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTJ Rana <[email protected]>2012-03-20 02:01:00 -0300
committerMark Otto <[email protected]>2012-03-22 23:31:52 -0700
commit303ba1326bbe367598ab4cc063b4607507208e56 (patch)
tree5ee02852fb046ce065cd3a6bb1a32fb7ee2c6a8d
parentac64d9405b3f650704f2e63b52c26b9f6f792cb8 (diff)
downloadbootstrap-303ba1326bbe367598ab4cc063b4607507208e56.tar.xz
bootstrap-303ba1326bbe367598ab4cc063b4607507208e56.zip
Make guidelines for release numbering more specific
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 94433b1dc..f05dae7bc 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/.