Skip to content

Commit b4f85b9

Browse files
authored
chore: update deprecation message in snapshot release workflow (#74)
1 parent 0c8a593 commit b4f85b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/snapshot-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142

143143
- name: Deprecate version
144144
if: ${{ steps.added-files.outputs.changesets != '' }}
145-
run: pnpm deprecate @apollo/graphql-testing-library@${{ steps.get-version.outputs.version }} "This is a snapshot release created to test @apollo/graphql-testing-library. It should not be installed in production environments."
145+
run: pnpm deprecate @apollo/graphql-testing-library@${{ steps.get-version.outputs.version }} "This is a snapshot release from https://github.com/apollographql/graphql-testing-library/pull/${{ github.event.issue.number }}. Use at your own discretion."
146146

147147
- name: Create comment
148148
if: ${{ steps.added-files.outputs.changesets != '' }}

0 commit comments

Comments
 (0)