diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index abf8b503d..d1d21d62f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -329,7 +329,7 @@ jobs: if: | startsWith( inputs.SHOW_UNCATEGORIZED, false ) || startsWith( env.SHOW_UNCATEGORIZED, false ) - uses: mikepenz/release-changelog-builder-action@v4 + uses: mikepenz/release-changelog-builder-action@v5 with: token: ${{ secrets.ADMINSERV_TOKEN }} configuration: ".github/changelog-configuration.json" @@ -339,7 +339,7 @@ jobs: fetchViaCommits: true configurationJson: | { - "template": "## Release Info \n| Item | Value |\n| --- | --- |\n|Stamp|`#{{FROM_TAG}}-#{{FROM_TAG_DATE}} 🔺 #{{TO_TAG}}-#{{TO_TAG_DATE}}`|\n|Last Release|`#{{DAYS_SINCE}} days ago`|\n\n
\n\n---\n\n
\n\n### What's New\nThis release contains the following changes:\n\n
\n\n---\n\n
\n\n### Statistics\nHow the files have changed:\n\n\n
\n\n---\n\n
\n\n### Pull Requests\nThis release is associated with the following pull requests:\n#{{CHANGELOG}}\n\n
\n\n---\n\n
\n\n" + "template": "## Release Info \n| Item | Value |\n| --- | --- |\n|${{ inputs.PLUGIN_NAME }}-v${{ inputs.PLUGIN_VERSION }}-patches.zip|Contains the latest verison of the ConfigServer Firewall patches.|\n|${{ inputs.PLUGIN_NAME }}-v${{ steps.task_build_download_csf.outputs.VERSION_CSF }}.tgz|Contains the latest verison of the ConfigServer Firewall application.|\n|Stamp|`#{{FROM_TAG}}-#{{FROM_TAG_DATE}} 🔺 #{{TO_TAG}}-#{{TO_TAG_DATE}}`|\n|Last Release|`#{{DAYS_SINCE}} days ago`|\n\n
\n\n---\n\n
\n\n### What's New\nThis release contains the following changes:\n\n
\n\n---\n\n
\n\n### Statistics\nHow the files have changed:\n\n\n
\n\n---\n\n
\n\n### Pull Requests\nThis release is associated with the following pull requests:\n#{{CHANGELOG}}\n\n
\n\n---\n\n
\n\n" } env: GITHUB_TOKEN: ${{ secrets.ADMINSERV_TOKEN }} @@ -355,7 +355,7 @@ jobs: if: | startsWith( inputs.SHOW_UNCATEGORIZED, true ) || startsWith( env.SHOW_UNCATEGORIZED, true ) - uses: mikepenz/release-changelog-builder-action@v4 + uses: mikepenz/release-changelog-builder-action@v5 with: token: ${{ secrets.ADMINSERV_TOKEN }} configuration: ".github/changelog-configuration.json"