Skip to content

Commit

Permalink
Merge pull request #103 from KIT-MRT/add_pr_link_to_release_description
Browse files Browse the repository at this point in the history
Add some details to the release description
  • Loading branch information
ll-nick authored Dec 9, 2024
2 parents a25f423 + 0182782 commit b743167
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,10 @@ 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 pull request #${{ 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 b743167

Please sign in to comment.