[minor] Add QueueRepositoryInterface with memory and file-backed adapters #62
@@ -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 <<EOF
|
||||
## [${version}] - ${date}
|
||||
|
||||
### Summary
|
||||
|
||||
${summary}
|
||||
|
||||
### Changed
|
||||
|
||||
${commits:-- (no commits recorded)}
|
||||
EOF
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user