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: