Skip to content

Commit

Permalink
Update snapshot message for easier copying (apollographql#11653)
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller authored Mar 12, 2024
1 parent a7859e6 commit d2f7fe9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/snapshot-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,8 @@ jobs:
with:
issue-number: ${{ github.event.issue.number }}
body: |
A new release has been made for this PR. You can install it with `npm i @apollo/client@${{ steps.get-version.outputs.version }}`.
A new release has been made for this PR. You can install it with:
```
npm i @apollo/client@${{ steps.get-version.outputs.version }}
```

0 comments on commit d2f7fe9

Please sign in to comment.