From aa1bf88181e655646ccad8f7175ca3ce3e7a1e7a Mon Sep 17 00:00:00 2001 From: Alan Agius <17563226+alan-agius4@users.noreply.github.com> Date: Thu, 11 Sep 2025 14:24:06 +0000 Subject: [PATCH] build: remove manual release note for Firefox addon (#63731) The reviewer note for Firefox addons included a message that was intended for manual releases. This is no longer necessary with the automated release process. PR Close #63731 --- devtools/tools/release.mts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/devtools/tools/release.mts b/devtools/tools/release.mts index 67e42b67a5c..bdd8ab350f3 100644 --- a/devtools/tools/release.mts +++ b/devtools/tools/release.mts @@ -437,10 +437,7 @@ function generateChangelog(commits: string[]): string { * @returns The reviewer note. */ function getFirefoxReviewerNote(commitSha: string): string { - return `There is a field to provide a note to the reviewer, copy this template and make sure to replace -${commitSha} with the SHA of the release commit to create a valid link. - -This is a monorepo and includes much more code than just the DevTools extension. The relevant + return `This is a monorepo and includes much more code than just the DevTools extension. The relevant code is under \`devtools/...\` and \`devtools/README.md\` contains instructions for compiling release builds locally.