actions/draft-release: bake the full changelog blob URL into the release notes, to ensure it works properly in emails and embeds

This commit is contained in:
Dylan K. Taylor 2022-08-06 15:48:51 +01:00
parent 5c72807b16
commit d77a95e4af
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -80,4 +80,4 @@ jobs:
body: |
**For Minecraft: Bedrock Edition ${{ steps.get-pm-version.outputs.MCPE_VERSION }}**
Please see the [changelogs](/changelogs/${{ steps.get-pm-version.outputs.PM_VERSION_SHORT }}.md#${{ steps.get-pm-version.outputs.PM_VERSION_MD }}) for details.
Please see the [changelogs](${{ github.server_url }}/${{ github.repository }}/blob/${{ steps.get-pm-version.outputs.PM_VERSION }}/changelogs/${{ steps.get-pm-version.outputs.PM_VERSION_SHORT }}.md#${{ steps.get-pm-version.outputs.PM_VERSION_MD }}) for details.