Skip to content

update docs before stable release and rename requireSiblingsOperations to requireGraphQLOperations, rename requireGraphQLSchemaFromContext to requireGraphQLSchema #142

update docs before stable release and rename requireSiblingsOperations to requireGraphQLOperations, rename requireGraphQLSchemaFromContext to requireGraphQLSchema

update docs before stable release and rename requireSiblingsOperations to requireGraphQLOperations, rename requireGraphQLSchemaFromContext to requireGraphQLSchema #142

Workflow file for this run

name: PR
on:
pull_request:
branches: [master]
jobs:
dependencies:
uses: the-guild-org/shared-config/.github/workflows/changesets-dependencies.yaml@main
secrets:
githubToken: ${{ secrets.GUILD_BOT_TOKEN }}
release:
uses: the-guild-org/shared-config/.github/workflows/release-snapshot.yml@main
with:
npmTag: alpha
buildScript: prerelease
nodeVersion: 22
packageManager: pnpm
secrets:
githubToken: ${{ secrets.GUILD_BOT_TOKEN }}
npmToken: ${{ secrets.NPM_TOKEN }}