Skip to content

Commit

Permalink
Publish instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
benjie committed Mar 28, 2024
1 parent fba116f commit e232aba
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
## Publishing

This package uses a custom publish flow.

```sh
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:

```sh
npm dist-tags add graphql-relay@VERSION_NUMBER latest
```

0 comments on commit e232aba

Please sign in to comment.