From b8d8176877cd0f27238439395db12ab01697dc7f Mon Sep 17 00:00:00 2001 From: Brian Bjarke Jensen Date: Thu, 16 Jul 2026 21:24:06 +0200 Subject: [PATCH] Align changelog section headings with Prettier markdown spacing. Co-authored-by: Cursor --- scripts/ci/common.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/ci/common.sh b/scripts/ci/common.sh index cdf3a3b..abec290 100755 --- a/scripts/ci/common.sh +++ b/scripts/ci/common.sh @@ -103,13 +103,17 @@ changelog_section() { local summary="$3" local commits="$4" + # Blank lines after ATX headings match Prettier v4 markdown formatting + # (see mirrors-prettier in .pre-commit-config.yaml). cat <