Skip to content

Commit

Permalink
Add some details to the release description
Browse files Browse the repository at this point in the history
  • Loading branch information
ll-nick committed Dec 9, 2024
1 parent b743206 commit 27dd005
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,11 @@ jobs:
with:
artifacts: "/tmp/artifacts/release/*"
tag: ${{ needs.compute-version.outputs.new_version }}
body: ${{ github.event.pull_request.body }}
body: |
${{ github.event.pull_request.body }}
This release is based on #${{ github.event.pull_request.number }} and has been published
by release job [${{ github.run_id }}](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}).
build-and-run-release-tests:
needs: [compute-version, create-release]
Expand Down

0 comments on commit 27dd005

Please sign in to comment.