Show author in a new line in changelog generator
This commit is contained in:
parent
242ba99964
commit
3fc85b900d
1 changed files with 2 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue