diff --git a/.github/workflows/release-lifecycle.yml b/.github/workflows/release-lifecycle.yml index 8e1e580..90c615c 100644 --- a/.github/workflows/release-lifecycle.yml +++ b/.github/workflows/release-lifecycle.yml @@ -181,7 +181,7 @@ jobs: COMPARE_TAG_URL="${{ github.server_url }}/${{ github.repository }}/compare/${{ steps.prev-tag.outputs.PREV_TAG }}...${TAG}" RELEASE_TAG_URL="${{ github.server_url }}/${{ github.repository }}/releases/tag/${TAG}" - MESSAGE="๐Ÿš€ *Release Risk Assessment โ€” ${REPO_SHORT}* ยท \`${{ github.ref_name }}\` + MESSAGE="๐Ÿš€ *Release Candidate: ${REPO_SHORT}* \`${{ github.ref_name }}\` *Previous release:* \`${{ steps.prev-tag.outputs.PREV_TAG }}\` <${{ steps.compare.outputs.COMPARE_URL }}|Compare (branch)> ยท <${COMPARE_TAG_URL}|Compare (tag)> <${{ steps.release.outputs.RELEASE_URL }}|Draft release> ยท <${RELEASE_TAG_URL}|Release ${TAG}>