Skip to content

Commit a1f9489

Browse files
committed
Add extra newline between each changes subsection
1 parent 92fa4b4 commit a1f9489

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make_release/notes/generate.nu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ export def generate-section []: record<section: string, prs: table> -> string {
156156
}
157157
$body ++= $bullet | each {|pr| "* " ++ $pr.notes ++ $" \(($pr | pr-link)\)" }
158158

159-
$body | str join (char nl)
159+
$body | str join $"(char nl)(char nl)"
160160
}
161161

162162
# Generate the "Hall of Fame" section of the release notes.

0 commit comments

Comments
 (0)