From f19ba6c2b1792547ed31c72264b95e30d872622b Mon Sep 17 00:00:00 2001 From: holger krekel Date: Tue, 22 Sep 2015 10:29:12 +0200 Subject: [PATCH] fix naming --- CONTRIBUTING.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 01c0768b9..7cb0d64dd 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -159,7 +159,7 @@ but here is a simple overview: $ git checkout features -b your-feature-branch-name - Given we have "macro.minor.micro" version numbers, bugfixes will usually + Given we have "major.minor.micro" version numbers, bugfixes will usually be released in micro releases whereas features will be released in minor releases and incompatible changes in major releases.