diff options
| author | TJ Rana <[email protected]> | 2012-03-20 02:01:00 -0300 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-03-22 23:31:52 -0700 |
| commit | 303ba1326bbe367598ab4cc063b4607507208e56 (patch) | |
| tree | 5ee02852fb046ce065cd3a6bb1a32fb7ee2c6a8d | |
| parent | ac64d9405b3f650704f2e63b52c26b9f6f792cb8 (diff) | |
| download | bootstrap-303ba1326bbe367598ab4cc063b4607507208e56.tar.xz bootstrap-303ba1326bbe367598ab4cc063b4607507208e56.zip | |
Make guidelines for release numbering more specific
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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/. |
