From 6f2dc847f8cd15bf8d44967788d062b397237185 Mon Sep 17 00:00:00 2001 From: goulven Date: Thu, 4 Jan 2024 01:59:15 +0100 Subject: [PATCH] layout --- .github/workflows/releaseDeployProd.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/releaseDeployProd.yml b/.github/workflows/releaseDeployProd.yml index 28aebba28..1aee49930 100644 --- a/.github/workflows/releaseDeployProd.yml +++ b/.github/workflows/releaseDeployProd.yml @@ -43,7 +43,7 @@ jobs: outputFile: PR-CHANGELOG.txt configurationJson: | { - "template": "# 🥳 Welcome to this new version !\nWe hope you will appreciate the following improvements, you may want to see the #{{TO_TAG}} release in action here : \n## Editions\n\n This release covers #{{DAYS_SINCE}} day (or night) of work, starting the #{{FROM_TAG_DATE}} and ending at #{{TO_TAG_DATE}}.\n\n## What's up ?\n#{{CHANGELOG}}\n\n
\nUncategorized\n\n#{{UNCATEGORIZED}}\n
", + "template": "# 🥳 Welcome to this new version !\nWe hope you will appreciate the following improvements, you may want to see the #{{TO_TAG}} release in action here : \n## Editions\n\n This release covers #{{DAYS_SINCE}} day (or night) of work, starting the #{{FROM_TAG_DATE}} and ending at #{{TO_TAG_DATE}}.\n\n## What's up ?\n#{{CHANGELOG}}\n\n## ❓ Other (#{{UNCATEGORIZED_COUNT}})\n\n#{{UNCATEGORIZED}}", "pr_template": "##{{NUMBER}} - #{{TITLE}} (#{{AUTHOR}})", "custom_placeholders": [ { @@ -91,8 +91,8 @@ jobs: commitMode: true configurationJson: | { - "template": "## Commits \n#{{CHANGELOG}}\n\n
\nUncategorized\n\n#{{UNCATEGORIZED}}\n
", - "pr_template": "##{{NUMBER}} - #{{TITLE}} (#{{AUTHOR}})", + "template": "## Commits\n#{{UNCATEGORIZED}}", + "pr_template": "#{{TITLE}} (#{{AUTHOR}})", "empty_template": "Nothing",