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
This commit is contained in:
Alan Agius
2025-09-11 14:24:06 +00:00
committed by Jessica Janiuk
parent eec0bdcbb6
commit aa1bf88181
+1 -4
View File
@@ -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.