Skip to content

Commit ed3e3c2

Browse files
committed
Add newline behind document title
1 parent 5772203 commit ed3e3c2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/changelist/_format.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ def iter_lines(self) -> Iterable[str]:
5050
repo_name=self.repo_name, version=self.version
5151
)
5252
yield from self._format_section_title(title, level=1)
53+
yield "\n"
5354
yield from self._format_intro()
5455
for title, pull_requests in self._prs_by_section.items():
5556
yield from self._format_pr_section(title, pull_requests)

0 commit comments

Comments
 (0)