From 0a9f957cc5145612bf5c2e859af6a08d08c6142f Mon Sep 17 00:00:00 2001 From: Mike Penz Date: Sat, 2 Nov 2024 11:49:17 +0100 Subject: [PATCH] - update to latest release-changelog-builder-action - add contributors to release notes template --- .github/config/configuration.json | 3 ++- .github/workflows/build.yml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/config/configuration.json b/.github/config/configuration.json index 83123b4d..e2d6be71 100644 --- a/.github/config/configuration.json +++ b/.github/config/configuration.json @@ -20,5 +20,6 @@ "title": "## 📦 Dependencies", "labels": ["dependencies"] } - ] + ], + "template": "#{{CHANGELOG}}\n\nContributors:\n- #{{CONTRIBUTORS}}" } \ No newline at end of file diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3f988a20..6ac23595 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -97,7 +97,7 @@ jobs: - name: "Build Changelog" id: github_release - uses: mikepenz/release-changelog-builder-action@v4 + uses: mikepenz/release-changelog-builder-action@v5 with: configuration: ".github/config/configuration.json" env: