Skip to content

Commit

Permalink
Merge branch 'feat/chanelog_project' of https://github.com/BigSamu/Op…
Browse files Browse the repository at this point in the history
…enSearch-Dashboards into feat/chanelog_project
  • Loading branch information
JohnathonBowers committed Nov 29, 2023
2 parents 70dbb55 + 894430e commit 5b9b939
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 5b9b939

Please sign in to comment.