mirror of
https://github.com/morgan9e/helium
synced 2026-04-14 00:14:20 +09:00
ci/release: fix changelog output (#47)
This commit is contained in:
2
.github/workflows/release-and-tag.yml
vendored
2
.github/workflows/release-and-tag.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user