Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 535 Bytes

CONTRIBUTING.md

File metadata and controls

29 lines (21 loc) · 535 Bytes

Publishing

This package uses a custom publish flow.

IMPORTANT: Do not push directly to main - every change must go through a PR otherwise changelog generation will fail.

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

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

All good? Publish:

npm dist-tags add graphql-relay@VERSION_NUMBER latest

Finally generate the CHANGELOG:

node resources/gen-changelog.js