Skip to content

Commit 0198031

Browse files
committed
fix: include the latest changelog in the GitHub Release's body
1 parent 89f4b0b commit 0198031

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)