Skip to content

Commit 853012c

Browse files
committed
fix changelog
1 parent d8a8bf0 commit 853012c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def update_changelog(tagname: str):
5656
line = f"{tagname} ({datetime.now().strftime('%Y-%m-%d')})"
5757

5858
def modifier(changelog: str) -> str:
59-
return changelog.replace(UNREALSED, line + "\n" + UNREALSED)
59+
return changelog.replace(UNREALSED, line + "\n" + "-" * len(line))
6060

6161
_update_changelog(modifier)
6262

0 commit comments

Comments
 (0)