From 487e36d22c5450768dce19b3ae23e5007673851d Mon Sep 17 00:00:00 2001 From: "trop[bot]" <37223003+trop[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 10:56:18 -0400 Subject: [PATCH] ci: use `` in release notes generator (#48697) Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by: Erick Zhao --- script/release/notes/notes.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/release/notes/notes.ts b/script/release/notes/notes.ts index 2c5e97f3334a..04a2030bd146 100644 --- a/script/release/notes/notes.ts +++ b/script/release/notes/notes.ts @@ -684,7 +684,7 @@ function renderTrops (commit: Commit, excludeBranch: string) { .map(([branch, key]) => renderTrop(branch, key)) .join(', '); return body - ? `(Also in ${body})` + ? `(Also in ${body})` : body; }