Skip to content

Commit

Permalink
ci(publish-cli): add release note links to PR body (#1172)
Browse files Browse the repository at this point in the history
  • Loading branch information
steebchen authored Feb 2, 2024
1 parent 111bcf8 commit 67052f6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ jobs:
uses: peter-evans/create-pull-request@v6
with:
title: 'chore(prisma): upgrade prisma to v${{ steps.publish.outputs.PRISMA_VERSION }}'
body: 'Upgrade prisma to `v${{ steps.publish.outputs.PRISMA_VERSION }}` with engine hash `${{ steps.publish.outputs.PRISMA_HASH }}`.'
body: |
Upgrade prisma to `v${{ steps.publish.outputs.PRISMA_VERSION }}` with engine hash `${{ steps.publish.outputs.PRISMA_HASH }}`.
Full release notes: [v${{ steps.publish.outputs.PRISMA_VERSION }}](https://github.com/prisma/prisma/releases/tag/${{ steps.publish.outputs.PRISMA_VERSION }}).
commit-message: 'chore(prisma): upgrade prisma to v${{ steps.publish.outputs.PRISMA_VERSION }}'
token: ${{ secrets.GH_TOKEN }}
- name: Enable auto-squash
Expand Down

0 comments on commit 67052f6

Please sign in to comment.