Skip to content

Commit ac2aeea

Browse files
committed
STY: Naming in 'make_changelog.py'
1 parent 13e7cb3 commit ac2aeea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

make_changelog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def main(changelog_path: str):
2424
today = datetime.now()
2525
header = f"Version {new_version}, {today:%Y-%m-%d}\n"
2626
header = header + "-" * (len(header) - 1) + "\n"
27-
trailer = f"All changes: https://github.com/py-pdf/PyPDF2/compare/{git_tag}...{new_version}"
27+
trailer = f"Full Changelog: https://github.com/py-pdf/PyPDF2/compare/{git_tag}...{new_version}"
2828
new_entry = header + changes + trailer
2929
print(new_entry)
3030

0 commit comments

Comments
 (0)