Show author in a new line in changelog generator

This commit is contained in:
Héctor Ramón Jiménez 2025-12-02 05:20:58 +01:00
parent 242ba99964
commit 3fc85b900d
No known key found for this signature in database
GPG key ID: 7CC46565708259A7

View file

@ -273,6 +273,7 @@ impl Generator {
span(&pull_request.title)
.size(24)
.link(pull_request.id),
"\n",
span(format!(" by {}", pull_request.author))
.font(Font {
style: font::Style::Italic,
@ -366,6 +367,7 @@ impl Generator {
)
.map(Message::LinkClicked),
)
.width(Fill)
.spacing(10),
)
.width(Fill)