From 303ba1326bbe367598ab4cc063b4607507208e56 Mon Sep 17 00:00:00 2001 From: TJ Rana Date: Tue, 20 Mar 2012 02:01:00 -0300 Subject: [PATCH] Make guidelines for release numbering more specific --- README.md | 4 ++-- 1 file 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/.