fix(ci): correctly format changelog

This commit is contained in:
release-bot
2026-02-10 15:21:24 +01:00
parent b5ce5723fa
commit 22a11832b8
2 changed files with 4 additions and 3 deletions

View File

@@ -58,6 +58,7 @@ tmp_changelog="CHANGELOG.tmp"
echo ""
if [ -n "$COMMITS" ]; then
echo "---"
echo ""
echo "$COMMITS"
echo ""
fi