Skip to content

Commit

Permalink
Update src/dev/generate_release_note.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Ashwin P Chandran <[email protected]>
Signed-off-by: Qiwen Li <[email protected]>
  • Loading branch information
MadaniKK and ashwin-pc authored Nov 29, 2023
1 parent 04bdb2b commit d5fe142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dev/generate_release_note.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function addContentAfterUnreleased(path: string, newContent: string): void {
fileContent.slice(endOfLineIndex + 1);
} else {
// eslint-disable-next-line no-console
console.warn('End of line for target string not found.');
console.warn('End of line for "Unreleased" section not found.');
return;
}
} else {
Expand Down

0 comments on commit d5fe142

Please sign in to comment.