diff --git a/.github/workflows/bump-version-and-create-release-and-push-docker-images.yaml b/.github/workflows/bump-version-and-create-release-and-push-docker-images.yaml index 8bb87e7..4ceb65e 100644 --- a/.github/workflows/bump-version-and-create-release-and-push-docker-images.yaml +++ b/.github/workflows/bump-version-and-create-release-and-push-docker-images.yaml @@ -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]