Skip to content

Commit

Permalink
Update release.yml to include latest release notes in the generated r…
Browse files Browse the repository at this point in the history
…elease file
  • Loading branch information
uyriq committed Oct 28, 2024
1 parent 177e4c8 commit 7f82b69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
run: |
echo "## Release Notes" > release_notes.md
echo "" >> release_notes.md
Get-Content "./latest_release_notes.md" >> release_notes.md
echo "" >> release_notes.md
echo "### Changes in this release:" >> release_notes.md
echo "" >> release_notes.md
$PREV_TAG = $env:PREV_TAG
Expand Down
File renamed without changes.

0 comments on commit 7f82b69

Please sign in to comment.