diff --git a/semantic_versioning_ci_cd.md b/semantic_versioning_ci_cd.md
index 9d8f31d82df9c07b8685a07cadc2ea7b7af05e91..b42f59c615a3fb5a51fdf42c153475d6fc743faf 100644
--- a/semantic_versioning_ci_cd.md
+++ b/semantic_versioning_ci_cd.md
@@ -100,4 +100,4 @@ Example:
 git commit -m "BREAKING CHANGE: made an incompatible change to the software component"
 ```
 
-NOTE: When merging the squashed commit option should be disabled. The squashed commits remove the commit messages and the semantic release tool will not be able to determine the type of changes that have been made to the software component.
+**NOTE**: When merging, take care that the "squash commit" option is disabled. The squashed commits remove the commit messages, and the semantic release tool will not be able to determine the type of change been made to the software component.