mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
refactor(devtools): remove hard newlines from reviewer note (#64062)
These newlines aren't necessary and potentially forced undesired formatting on the reviewer. PR Close #64062
This commit is contained in:
@@ -438,13 +438,11 @@ function generateChangelog(commits: string[]): string {
|
||||
* @returns The reviewer note.
|
||||
*/
|
||||
function getFirefoxReviewerNote(commitSha: string): string {
|
||||
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.
|
||||
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.
|
||||
|
||||
The uploaded source is equivalent to:
|
||||
https://github.com/angular/angular/tree/${commitSha}/.
|
||||
`;
|
||||
The uploaded source is equivalent to: https://github.com/angular/angular/tree/${commitSha}/.
|
||||
`.trim();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user