We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8a8bf0 commit 853012cCopy full SHA for 853012c
release.py
@@ -56,7 +56,7 @@ def update_changelog(tagname: str):
56
line = f"{tagname} ({datetime.now().strftime('%Y-%m-%d')})"
57
58
def modifier(changelog: str) -> str:
59
- return changelog.replace(UNREALSED, line + "\n" + UNREALSED)
+ return changelog.replace(UNREALSED, line + "\n" + "-" * len(line))
60
61
_update_changelog(modifier)
62
0 commit comments