refactor(release): use <details> to avoid weird formatting

This commit is contained in:
Mio.
2025-12-10 23:44:03 +01:00
parent 0168daab08
commit dd0f7dd467

View File

@@ -165,15 +165,15 @@ jobs:
body: | body: |
## 🚀 Release ${{ steps.apk_info.outputs.version }} ## 🚀 Release ${{ steps.apk_info.outputs.version }}
### 📝 Pull Request ${{ steps.pr_info.outputs.pr_body }}
${{ steps.pr_info.outputs.pr_number && format('- Pull Request #%s by @%s', steps.pr_info.outputs.pr_number, steps.pr_info.outputs.pr_author) || 'Manual release' }}
${{ steps.pr_info.outputs.pr_title && format('- Title: %s', steps.pr_info.outputs.pr_title) || '' }}
${{ steps.pr_info.outputs.is_first_contributor == 'true' && format('### 🎉 Welcome @%s on their first contribution!', steps.pr_info.outputs.pr_author) || '' }}
${{ steps.pr_info.outputs.pr_body && format('### 📋 Description:\n%s', steps.pr_info.outputs.pr_body) || '' }} ---
<details>
<summary>📦 View Full Commit Log</summary>
### 📦 Changes since last release:
${{ steps.changelog.outputs.changelog }} ${{ steps.changelog.outputs.changelog }}
</details>
--- ---
🤖 *This release was automatically created* 🤖 *This release was automatically created*