ci/release: fix changelog output (#47)

This commit is contained in:
jj
2025-08-27 09:47:40 +02:00
committed by GitHub
parent 5abb6826a1
commit ab2ee8d4e9

View File

@@ -35,7 +35,7 @@ jobs:
echo "version=$NEW_VERSION" >> "$GITHUB_OUTPUT"
{
printf '### Changelog\n```\n'
git log --oneline "$COMMIT_BEFORE..$COMMIT_AFTER"
git log --oneline "$OLD_VERSION.."
echo '```'
} | tee body.md
fi