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.