diff --git a/.github/workflows/deploy-staging.yml b/.github/workflows/deploy-staging.yml index 2fad2a9..2bbeca6 100644 --- a/.github/workflows/deploy-staging.yml +++ b/.github/workflows/deploy-staging.yml @@ -193,14 +193,16 @@ jobs: id: create_draft_release uses: softprops/action-gh-release@v1 with: - name: Draft Release - '${{ github.event.head_commit.message }}' + name: Draft Release - commit '${{ github.sha }}' body: | ## Info + This draft release has been automatically created from merge commit '${{ github.event.head_commit.message }}'. + Commit ${{ github.sha }} was deployed to `staging`. [See code diff](${{ github.event.compare }}). It was initialized by [${{ github.event.sender.login }}](${{ github.event.sender.html_url }}). ## How to Promote? - In order to promote this to prod, edit the draft and press **"Publish release"**. + In order to promote this to prod, edit the draft, create a new tag (using [semver](https://semver.org)) and press **"Publish release"**. draft: true files: metadata.json