mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 06:40:06 -04:00
Strip trailing periods from changelog entries
This commit is contained in:
@@ -156,6 +156,7 @@ def main() -> None:
|
|||||||
for commit_info, pr_info in zip(commit_infos, pr_infos):
|
for commit_info, pr_info in zip(commit_infos, pr_infos):
|
||||||
hexsha = commit_info.hexsha
|
hexsha = commit_info.hexsha
|
||||||
title = commit_info.title
|
title = commit_info.title
|
||||||
|
title = title.rstrip(".").strip() # Some PR end with an unnecessary period
|
||||||
pr_number = commit_info.pr_number
|
pr_number = commit_info.pr_number
|
||||||
|
|
||||||
if pr_number is None:
|
if pr_number is None:
|
||||||
|
|||||||
Reference in New Issue
Block a user