From 036ee75684d182a17a1aa1ef5e548db50878e2bd Mon Sep 17 00:00:00 2001 From: kirjs Date: Mon, 25 Nov 2024 11:00:02 -0500 Subject: [PATCH] docs: mention that log format makes it analyzable for changelog generation. (#58786) PR Close #58786 --- contributing-docs/commit-message-guidelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing-docs/commit-message-guidelines.md b/contributing-docs/commit-message-guidelines.md index 9dc1209a981..cfe8385c87f 100644 --- a/contributing-docs/commit-message-guidelines.md +++ b/contributing-docs/commit-message-guidelines.md @@ -1,7 +1,7 @@ # Commit Message Format We have very precise rules over how our Git commit messages must be formatted. -This format leads to **easier to read commit history**. +This format leads to **easier to read commit history** and makes it analyzable for changelog generation. Each commit message consists of a **header**, a **body**, and a **footer**.