From 210b64cdd5c3e892eaa7f2883b206cabeb0e9d01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Deruss=C3=A9?= Date: Thu, 5 Nov 2020 09:38:25 +0100 Subject: [PATCH] Add a default message in changelog (#846) --- .github/workflows/bin/refresh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bin/refresh b/.github/workflows/bin/refresh index 81d40d85e..bcb359f92 100755 --- a/.github/workflows/bin/refresh +++ b/.github/workflows/bin/refresh @@ -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);