From 419773b8dfa1c7286a8496e7458fabfe35ecf756 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Tue, 18 May 2021 14:22:05 +0200 Subject: [PATCH] docs: Emphasize behaviour changes may be a reason for a major bump MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The current wording is good, but we could emphasize better that changes on behaviour from a previous release by simply making the text bold rather than italic. Signed-off-by: Fabiano FidĂȘncio --- docs/Stable-Branch-Strategy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Stable-Branch-Strategy.md b/docs/Stable-Branch-Strategy.md index 12e03a2ccd..96fe48d4f0 100644 --- a/docs/Stable-Branch-Strategy.md +++ b/docs/Stable-Branch-Strategy.md @@ -32,7 +32,7 @@ provides additional information regarding release `99.123.77` in the previous ex changing the existing behavior*. - When `MAJOR` increases, the new release adds **new features, bug fixes, or - both** and which *changes the behavior from the previous release* (incompatible with previous releases). + both** and which **changes the behavior from the previous release** (incompatible with previous releases). A major release will also likely require a change of the container manager version used, for example Docker\*. Please refer to the release notes for further details.