From 0992420e71127f3ab82c01447319850f346d282d Mon Sep 17 00:00:00 2001 From: Samuel Burnham <45365069+samuelburnham@users.noreply.github.com> Date: Mon, 30 Sep 2024 14:03:15 -0400 Subject: [PATCH] Switch to commit-mode for changelog (#78) --- .github/actions/tag-release/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/tag-release/action.yml b/.github/actions/tag-release/action.yml index 07bd633..58dd3e2 100644 --- a/.github/actions/tag-release/action.yml +++ b/.github/actions/tag-release/action.yml @@ -92,6 +92,7 @@ runs: id: github-release uses: mikepenz/release-changelog-builder-action@v5 with: + mode: "COMMIT" configuration: ${{ inputs.changelog-config-file }} path: "./${{ inputs.changelog-path }}" fromTag: ${{ steps.get-latest-release.outputs.latest-release }}