Skip to content

Commit

Permalink
Add newline behind document title
Browse files Browse the repository at this point in the history
  • Loading branch information
lagru committed Oct 3, 2023
1 parent 5772203 commit ed3e3c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/changelist/_format.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ def iter_lines(self) -> Iterable[str]:
repo_name=self.repo_name, version=self.version
)
yield from self._format_section_title(title, level=1)
yield "\n"
yield from self._format_intro()
for title, pull_requests in self._prs_by_section.items():
yield from self._format_pr_section(title, pull_requests)
Expand Down

0 comments on commit ed3e3c2

Please sign in to comment.