fix(release): bump to v1.0.4 - unified emoji diagnostics & enhanced health checks

This commit is contained in:
rE-Bo0t.bx1
2025-11-06 18:33:59 +08:00
parent 14f0543f25
commit 8c5d5a40f2
7 changed files with 212 additions and 123 deletions

View File

@@ -321,7 +321,7 @@ jobs:
echo "## 🧅 Tor Guard Relay v${VERSION} Release Notes" > release_notes.md
echo "" >> release_notes.md
if [ -f CHANGELOG.md ]; then
awk "/## \\[${VERSION}\\]/,0" CHANGELOG.md >> release_notes.md || true
awk "/## \\[${VERSION}\\]/,/## \\[[0-9]+\\.[0-9]+\\.[0-9]+\\]/ {if (!/## \\[[0-9]+\\.[0-9]+\\.[0-9]+\\]/ || NR==1) print}" CHANGELOG.md >> release_notes.md || true
else
echo "See [commit history](https://github.com/${{ github.repository }}/commits/v${VERSION}) for details." >> release_notes.md
fi