Skip to content

Commit

Permalink
fix generate_changelog.py
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Nov 11, 2024
1 parent 98c9b34 commit dc49337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generate_changelog.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ def main() -> None:

print(f"## {args.version} - {date.today()}")
print()
print(f"Full diff at https://github.com/{OWNER}/{REPO}/compare/{args.commit_range}")
print(f"Full diff at https://github.com/{OWNER}/{REPO}/compare/{commit_range}")
print()
print_section("PRs", prs)
print_section("Unsorted commits", unsorted_commits)
Expand Down

0 comments on commit dc49337

Please sign in to comment.