Skip to content

Commit 9f123e0

Browse files
authored
Merge pull request #795 from tinesoft/fix/gh-releases
fix: include the latest changelog in the `GitHub Release`'s body
2 parents 60bd9dc + 8de5db7 commit 9f123e0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/scripts/generate-release-notes.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ fi
3030
cat > release_notes.md << EOF
3131
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.
3232
33+
## Changelog
34+
35+
$COMMITS
36+
3337
EOF
3438

3539
echo "Generated release notes:"

0 commit comments

Comments
 (0)