From a78176130651f4ff577b3a7cd0438b472252fcf3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Etxaniz=20Errazkin=2C=20I=C3=B1aki?= <inaki.etxaniz@tecnalia.com> Date: Fri, 27 Sep 2024 15:23:43 +0200 Subject: [PATCH] Update semantic_versioning_ci_cd.md --- semantic_versioning_ci_cd.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/semantic_versioning_ci_cd.md b/semantic_versioning_ci_cd.md index 9d8f31d..b42f59c 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. -- GitLab