Merge pull request #795 from tinesoft/fix/gh-releases

fix: include the latest changelog in the `GitHub Release`'s  body
This commit is contained in:
Den Delimarsky
2025-10-21 16:00:23 -07:00
committed by GitHub

View File

@@ -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:"