Workflow Update

This commit is contained in:
Michel Roegl-Brunner 2025-03-24 13:49:28 +01:00
parent 92bd80df10
commit 74aa2006a2

View File

@ -172,9 +172,6 @@ jobs:
const changelogPath = path.resolve('CHANGELOG.md'); const changelogPath = path.resolve('CHANGELOG.md');
const categorizedPRs = ${{ steps.get-categorized-prs.outputs.result }}; const categorizedPRs = ${{ steps.get-categorized-prs.outputs.result }};
console.log(JSON.stringify(categorizedPRs, null, 2));
let newReleaseNotes = `## ${today}\n\n`; let newReleaseNotes = `## ${today}\n\n`;
for (const { title, notes, subCategories } of categorizedPRs) { for (const { title, notes, subCategories } of categorizedPRs) {
const hasSubcategories = subCategories && subCategories.length > 0; const hasSubcategories = subCategories && subCategories.length > 0;