Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 339 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (15 loc) · 339 Bytes

Publishing

This package uses a custom publish flow.

npm install
npm version patch # or minor or major
git push && git push --tags
npm run build
cd npmDist
npm publish --tag=next

Then test it by installing graphql-realy@next from npm...

All good? Publish:

npm dist-tags add graphql-relay@VERSION_NUMBER latest