Skip to content

Commit

Permalink
Add a default message in changelog (async-aws#846)
Browse files Browse the repository at this point in the history
  • Loading branch information
jderusse authored Nov 5, 2020
1 parent 5fafb09 commit 210b64c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bin/refresh
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ foreach ($services as $service) {
}
if (empty($newLines)) {
console_log('/!\ No entry in changelog for service '.$service);
continue;
$newLines[] = '- AWS api-change: TODO';
}

console_log('Generating CHANGELOG for '. $service);
Expand Down

0 comments on commit 210b64c

Please sign in to comment.