diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 558ba98..aedda26 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -91,8 +91,6 @@ jobs: body: | ## Changes in this Release - ${{ github.event.pull_request.head.ref }} → ${{ github.event.pull_request.base.ref }} – ${{ steps.calculate_version.outputs.new_version }} (${{ github.event.pull_request.commits }} commits) - Merged from `${{ github.event.pull_request.head.ref }}` to `${{ github.event.pull_request.base.ref }}` via PR #${{ github.event.pull_request.number }}