Skip to content

Commit

Permalink
Update changelog.py
Browse files Browse the repository at this point in the history
  • Loading branch information
fkiraly committed Aug 9, 2024
1 parent 5472121 commit 3486b2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build_tools/changelog.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@ def fetch_pull_requests_since_last_release():

release = fetch_latest_release()
published_at = parser.parse(release["published_at"])
print(
print( # noqa: T201
f"Latest release {release['tag_name']} was published at {published_at}"
) # noqa: T201
)

is_exhausted = False
page = 1
Expand Down

0 comments on commit 3486b2e

Please sign in to comment.