From 501a2867f3117d9690ecb544dd856b9a3d81747e Mon Sep 17 00:00:00 2001 From: Anna Wen <54281166+annawen1@users.noreply.github.com> Date: Tue, 20 Aug 2024 15:14:13 -0400 Subject: [PATCH] chore(release): add console log for the release notes --- scripts/get-changelog.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/get-changelog.js b/scripts/get-changelog.js index 15fb1f844f..b6a54beaa0 100644 --- a/scripts/get-changelog.js +++ b/scripts/get-changelog.js @@ -175,6 +175,8 @@ function generateLog() { './packages/ibm-products-styles' ); + console.log(log); + return log; }