[minor] Add QueueRepositoryInterface with memory and file-backed adapters #62
@@ -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