Skip to content

Commit 0297f15

Browse files
committed
ci: update
1 parent a2d5337 commit 0297f15

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ jobs:
329329
if: |
330330
startsWith( inputs.SHOW_UNCATEGORIZED, false ) ||
331331
startsWith( env.SHOW_UNCATEGORIZED, false )
332-
uses: mikepenz/release-changelog-builder-action@v4
332+
uses: mikepenz/release-changelog-builder-action@v5
333333
with:
334334
token: ${{ secrets.ADMINSERV_TOKEN }}
335335
configuration: ".github/changelog-configuration.json"
@@ -339,7 +339,7 @@ jobs:
339339
fetchViaCommits: true
340340
configurationJson: |
341341
{
342-
"template": "## Release Info \n| Item | Value |\n| --- | --- |\n|<sub>Stamp</sub>|<sub>`#{{FROM_TAG}}-#{{FROM_TAG_DATE}} 🔺 #{{TO_TAG}}-#{{TO_TAG_DATE}}`</sub>|\n|<sub>Last Release</sub>|<sub>`#{{DAYS_SINCE}} days ago`</sub>|\n\n<br>\n\n---\n\n<br>\n\n### What's New\nThis release contains the following changes:\n\n<br>\n\n---\n\n<br>\n\n### Statistics\nHow the files have changed:\n<ul><li><a href='#{{RELEASE_DIFF}}'>Changed files</a> : <b>#{{CHANGED_FILES}}</b> </li><li>Changes : <b>#{{CHANGES}}</b> </li><li>Commits : <b>#{{COMMITS}}</b> </li><li>Additions : <b>#{{ADDITIONS}}</b></li><li>Deletions : <b>#{{DELETIONS}}</b></li><li>PRs (categorized) : <b>#{{CATEGORIZED_COUNT}}</b></li><li>PRs (uncategorized) : <b>#{{UNCATEGORIZED_COUNT}}</b></li><li>PRs (open) : <b>#{{OPEN_COUNT}}</b></li>\n<br />\n</ul>\n\n<br>\n\n---\n\n<br>\n\n### Pull Requests\nThis release is associated with the following pull requests:\n#{{CHANGELOG}}\n\n<br>\n\n---\n\n<br>\n\n"
342+
"template": "## Release Info \n| Item | Value |\n| --- | --- |\n|<sub>${{ inputs.PLUGIN_NAME }}-v${{ inputs.PLUGIN_VERSION }}-patches.zip</sub>|<sub>Contains the latest verison of the ConfigServer Firewall patches.</sub>|\n|<sub>${{ inputs.PLUGIN_NAME }}-v${{ steps.task_build_download_csf.outputs.VERSION_CSF }}.tgz</sub>|<sub>Contains the latest verison of the ConfigServer Firewall application.</sub>|\n|<sub>Stamp</sub>|<sub>`#{{FROM_TAG}}-#{{FROM_TAG_DATE}} 🔺 #{{TO_TAG}}-#{{TO_TAG_DATE}}`</sub>|\n|<sub>Last Release</sub>|<sub>`#{{DAYS_SINCE}} days ago`</sub>|\n\n<br>\n\n---\n\n<br>\n\n### What's New\nThis release contains the following changes:\n\n<br>\n\n---\n\n<br>\n\n### Statistics\nHow the files have changed:\n<ul><li><a href='#{{RELEASE_DIFF}}'>Changed files</a> : <b>#{{CHANGED_FILES}}</b> </li><li>Changes : <b>#{{CHANGES}}</b> </li><li>Commits : <b>#{{COMMITS}}</b> </li><li>Additions : <b>#{{ADDITIONS}}</b></li><li>Deletions : <b>#{{DELETIONS}}</b></li><li>PRs (categorized) : <b>#{{CATEGORIZED_COUNT}}</b></li><li>PRs (uncategorized) : <b>#{{UNCATEGORIZED_COUNT}}</b></li><li>PRs (open) : <b>#{{OPEN_COUNT}}</b></li>\n<br />\n</ul>\n\n<br>\n\n---\n\n<br>\n\n### Pull Requests\nThis release is associated with the following pull requests:\n#{{CHANGELOG}}\n\n<br>\n\n---\n\n<br>\n\n"
343343
}
344344
env:
345345
GITHUB_TOKEN: ${{ secrets.ADMINSERV_TOKEN }}
@@ -355,7 +355,7 @@ jobs:
355355
if: |
356356
startsWith( inputs.SHOW_UNCATEGORIZED, true ) ||
357357
startsWith( env.SHOW_UNCATEGORIZED, true )
358-
uses: mikepenz/release-changelog-builder-action@v4
358+
uses: mikepenz/release-changelog-builder-action@v5
359359
with:
360360
token: ${{ secrets.ADMINSERV_TOKEN }}
361361
configuration: ".github/changelog-configuration.json"

0 commit comments

Comments
 (0)