From 0f3892185d00165cb0d326e8ba0bc13da4b65db4 Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Mon, 16 Jun 2025 17:20:58 -0400 Subject: [PATCH] Add a final newline in the generated release notes --- .github/release-notes.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/release-notes.sh b/.github/release-notes.sh index 9937c18cf..198361161 100755 --- a/.github/release-notes.sh +++ b/.github/release-notes.sh @@ -45,6 +45,7 @@ linkify_gh() { | trim_trailing_newlines \ | sed -e 's/^\* /\n* /' \ | linkify_gh + echo "" # final newline ) > "$scratch/changes.md" (