Align changelog section headings with Prettier markdown spacing.
Test Python Package / unit-tests (pull_request) Successful in 13s
Test Python Package / coverage-report (pull_request) Successful in 13s
PR Title Check / check-title (pull_request) Successful in 7s
Code Quality Pipeline / code-quality (pull_request) Failing after 29s
Test Python Package / integration-tests (pull_request) Successful in 1m15s
Test Python Package / unit-tests (pull_request) Successful in 13s
Test Python Package / coverage-report (pull_request) Successful in 13s
PR Title Check / check-title (pull_request) Successful in 7s
Code Quality Pipeline / code-quality (pull_request) Failing after 29s
Test Python Package / integration-tests (pull_request) Successful in 1m15s
Co-authored-by: Cursor <[email protected]>
This commit is contained in:
co-authored by
Cursor
parent
a78320b434
commit
b8d8176877
@@ -103,13 +103,17 @@ changelog_section() {
|
|||||||
local summary="$3"
|
local summary="$3"
|
||||||
local commits="$4"
|
local commits="$4"
|
||||||
|
|
||||||
|
# Blank lines after ATX headings match Prettier v4 markdown formatting
|
||||||
|
# (see mirrors-prettier in .pre-commit-config.yaml).
|
||||||
cat <<EOF
|
cat <<EOF
|
||||||
## [${version}] - ${date}
|
## [${version}] - ${date}
|
||||||
|
|
||||||
### Summary
|
### Summary
|
||||||
|
|
||||||
${summary}
|
${summary}
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
${commits:-- (no commits recorded)}
|
${commits:-- (no commits recorded)}
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user