remove new line in PR changelog (#249)

Co-authored-by: Meliox <na>
This commit is contained in:
Meliox 2026-08-08 22:58:46 +02:00 committed by GitHub
parent 552a5c071b
commit b433d5cc2d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -59,7 +59,6 @@ jobs:
PREV=$(cat .github/version-bump/CHANGES.md 2>/dev/null || true) PREV=$(cat .github/version-bump/CHANGES.md 2>/dev/null || true)
{ {
echo "${COMMITS:-No src/ changes detected.}" echo "${COMMITS:-No src/ changes detected.}"
echo ""
echo "$PREV" echo "$PREV"
} > .github/version-bump/CHANGES.md } > .github/version-bump/CHANGES.md