ci: use <sup> in release notes generator (#48698)
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by: Erick Zhao <erick@hotmail.ca>
This commit is contained in:
parent
c1eb83c659
commit
e308928159
1 changed files with 1 additions and 1 deletions
|
|
@ -684,7 +684,7 @@ function renderTrops (commit: Commit, excludeBranch: string) {
|
||||||
.map(([branch, key]) => renderTrop(branch, key))
|
.map(([branch, key]) => renderTrop(branch, key))
|
||||||
.join(', ');
|
.join(', ');
|
||||||
return body
|
return body
|
||||||
? `<span style="font-size:small;">(Also in ${body})</span>`
|
? `<sup>(Also in ${body})</sup>`
|
||||||
: body;
|
: body;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue