From 8de5db7a3ed04f8a6baf86148fa9b199bccb649a Mon Sep 17 00:00:00 2001 From: Tine Kondo Date: Thu, 9 Oct 2025 09:23:25 +0000 Subject: [PATCH] fix: include the latest changelog in the `GitHub Release`'s body --- .github/workflows/scripts/generate-release-notes.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/scripts/generate-release-notes.sh b/.github/workflows/scripts/generate-release-notes.sh index eba2340b52..d8f5dab1fc 100644 --- a/.github/workflows/scripts/generate-release-notes.sh +++ b/.github/workflows/scripts/generate-release-notes.sh @@ -30,6 +30,10 @@ fi cat > release_notes.md << EOF This is the latest set of releases that you can use with your agent of choice. We recommend using the Specify CLI to scaffold your projects, however you can download these independently and manage them yourself. +## Changelog + +$COMMITS + EOF echo "Generated release notes:"