diff --git a/.github/workflows/release-version-update.yml b/.github/workflows/release-version-update.yml index f2d8b93b3..a5eebaabe 100644 --- a/.github/workflows/release-version-update.yml +++ b/.github/workflows/release-version-update.yml @@ -62,8 +62,8 @@ jobs: curl -X POST -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" -H "Accept: application/vnd.github.v3+json" \ https://api.github.com/repos/${{ github.repository }}/pulls \ -d '{ - "title": "Update version.json for release ${{ env.tag_name }}", - "body": "This PR updates version.json with the latest release information.", + "title": "[RELEASE ${{ env.tag_name }}] Update version.json for release ${{ env.tag_name }}", + "body": "This PR updates version.json with the latest release information: ${{ env.tag_name }}", "head": "update-version-${{ env.tag_name }}", "base": "develop" }'