Skip to content

Commit

Permalink
- Changes from CI testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavpojer committed Jun 14, 2024
1 parent 6ccfe5f commit 1bb0e64
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/release_notes/release_notes_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,4 +141,6 @@ def build(self) -> str:

release_notes += "#### Full Changelog\n" + self.changelog_url
logging.debug(f"Release notes: \n{release_notes}")
return release_notes

# return release_notes
return "Empty test value"

0 comments on commit 1bb0e64

Please sign in to comment.