docs: mention that log format makes it analyzable for changelog generation. (#58786)

PR Close #58786
This commit is contained in:
kirjs 2024-11-25 11:00:02 -05:00 committed by Miles Malerba
parent 33a826b196
commit 036ee75684

View file

@ -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**.