From 74aa2006a2c2186026646a919bf975293dc2547b Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner Date: Mon, 24 Mar 2025 13:49:28 +0100 Subject: [PATCH] Workflow Update --- .github/workflows/changelog-pr.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/changelog-pr.yaml b/.github/workflows/changelog-pr.yaml index a6197de1..af06a19b 100644 --- a/.github/workflows/changelog-pr.yaml +++ b/.github/workflows/changelog-pr.yaml @@ -172,9 +172,6 @@ jobs: const changelogPath = path.resolve('CHANGELOG.md'); const categorizedPRs = ${{ steps.get-categorized-prs.outputs.result }}; - console.log(JSON.stringify(categorizedPRs, null, 2)); - - let newReleaseNotes = `## ${today}\n\n`; for (const { title, notes, subCategories } of categorizedPRs) { const hasSubcategories = subCategories && subCategories.length > 0;