ci: use <sup> in release notes generator (#48697)
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
d954b1c619
commit
487e36d22c
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))
|
||||
.join(', ');
|
||||
return body
|
||||
? `<span style="font-size:small;">(Also in ${body})</span>`
|
||||
? `<sup>(Also in ${body})</sup>`
|
||||
: body;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue