diff --git a/.github/workflows/releaseDeployProd.yml b/.github/workflows/releaseDeployProd.yml
index d603e2ca5..8d1907d57 100644
--- a/.github/workflows/releaseDeployProd.yml
+++ b/.github/workflows/releaseDeployProd.yml
@@ -42,7 +42,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- Changed files : #{{CHANGED_FILES}}
- Commits : #{{COMMITS}}
- Additions : #{{ADDITIONS}}
- Deletions : #{{DELETIONS}}
\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}}",
+ "template": "# 🥳 Welcome to this new version !\nWe hope you will appreciate the following improvements, this release covers #{{DAYS_SINCE}} day (or night) of work, starting the #{{FROM_TAG_DATE}} and ending at #{{TO_TAG_DATE}}. You may want to see the #{{TO_TAG}} release in action here : \n## Editions\n- Changed files : #{{CHANGED_FILES}}
- Commits : #{{COMMITS}}
- Additions : #{{ADDITIONS}}
- Deletions : #{{DELETIONS}}
\n\n## What's up ?\n#{{CHANGELOG}}\n\n## ❓ Other (#{{UNCATEGORIZED_COUNT}})\n\n#{{UNCATEGORIZED}}",
"pr_template": "##{{NUMBER}} - #{{TITLE}} (#{{AUTHOR}})",
"custom_placeholders": [
{