mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -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))
|
.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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user