Only consider statuses in the summary that are not hidden

This commit is contained in:
Oliver Traber 2025-06-23 21:05:45 +00:00
parent bf7fad4f4e
commit 2ee020297e
Signed by: Bluemedia
GPG key ID: C0674B105057136C
2 changed files with 36 additions and 33 deletions

View file

@ -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 }}