Skip to content

Commit

Permalink
set the body of the release PRs to our release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
miniscruff committed Sep 8, 2024
1 parent 819a541 commit ba90b35
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/gen-release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ jobs:
with:
title: Release ${{ env.RELEASE_VERSION }}
branch: release/${{ env.RELEASE_VERSION }}
commit-message: Release ${{ env.RELEASE_VERSION }}
commit-message: 'Release ${{ env.RELEASE_VERSION }}'
body-path: './changes/${{ env.RELEASE_VERSION }}'

0 comments on commit ba90b35

Please sign in to comment.