mirror of
https://github.com/electron/electron.git
synced 2026-01-08 23:18:06 -05:00
ci: use <sup> in release notes generator (#48690)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user