From 2ee020297e7645e660e1b6e874049e7466728e23 Mon Sep 17 00:00:00 2001 From: BluemediaDev Date: Mon, 23 Jun 2025 21:05:45 +0000 Subject: [PATCH] Only consider statuses in the summary that are not hidden --- .github/workflows/release.yml | 2 +- src/routes/+page.svelte | 67 ++++++++++++++++++----------------- 2 files changed, 36 insertions(+), 33 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 087cd10..e9e7ee3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: id: release uses: mikepenz/release-changelog-builder-action@v5 with: - configuration: ".github/changelog-configuration.json" + configuration: '.github/changelog-configuration.json' failOnError: true env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 9ca2ec4..8323d4f 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -1,5 +1,6 @@ @@ -118,6 +121,6 @@ expandByDefault={config.defaultExpandGroups} /> {/each} - +