mirror of
https://github.com/r3bo0tbx1/tor-guard-relay.git
synced 2026-04-06 00:32:04 +02:00
fix(release): bump to v1.0.4 - unified emoji diagnostics & enhanced health checks
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user