Skip to content

Commit

Permalink
layout
Browse files Browse the repository at this point in the history
  • Loading branch information
goulven authored and goulven committed Jan 4, 2024
1 parent e4478be commit 6f2dc84
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/releaseDeployProd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <b>#{{TO_TAG}}</b> release in action here : <ul><li><a target='_blank' href='https://nudger.fr'>nudger.fr</a></li><li><a target='_blank' href='https://open4good.github.io/open4goods/'>documentation</a></li></ul>\n## Editions\n<ul><li><a href='#{{RELEASE_DIFF}}'>Changed files</a> : <b>#{{CHANGED_FILES}}</b> </li><li>Commits : <b>#{{COMMITS}}</b> </li><li>Additions : <b>#{{ADDITIONS}}</b></li><li>Deletions : <b>#{{DELETIONS}}</b></li> </ul>\n This release <b>covers #{{DAYS_SINCE}} day</b> (or night) of work, starting the #{{FROM_TAG_DATE}} and ending at #{{TO_TAG_DATE}}.\n\n## What's up ?\n#{{CHANGELOG}}\n\n<details>\n<summary>Uncategorized</summary>\n\n#{{UNCATEGORIZED}}\n</details>",
"template": "# 🥳 Welcome to this new version !\nWe hope you will appreciate the following improvements, you may want to see the <b>#{{TO_TAG}}</b> release in action here : <ul><li><a target='_blank' href='https://nudger.fr'>nudger.fr</a></li><li><a target='_blank' href='https://open4good.github.io/open4goods/'>documentation</a></li></ul>\n## Editions\n<ul><li><a href='#{{RELEASE_DIFF}}'>Changed files</a> : <b>#{{CHANGED_FILES}}</b> </li><li>Commits : <b>#{{COMMITS}}</b> </li><li>Additions : <b>#{{ADDITIONS}}</b></li><li>Deletions : <b>#{{DELETIONS}}</b></li> </ul>\n This release <b>covers #{{DAYS_SINCE}} day</b> (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": [
{
Expand Down Expand Up @@ -91,8 +91,8 @@ jobs:
commitMode: true
configurationJson: |
{
"template": "## Commits \n#{{CHANGELOG}}\n\n<details>\n<summary>Uncategorized</summary>\n\n#{{UNCATEGORIZED}}\n</details>",
"pr_template": "##{{NUMBER}} - #{{TITLE}} (#{{AUTHOR}})",
"template": "## Commits\n#{{UNCATEGORIZED}}",
"pr_template": "#{{TITLE}} (#{{AUTHOR}})",
"empty_template": "Nothing",
Expand Down

0 comments on commit 6f2dc84

Please sign in to comment.