Skip to content

Commit

Permalink
chore: described release process
Browse files Browse the repository at this point in the history
  • Loading branch information
flogy committed Jul 21, 2022
1 parent 7270a3d commit f4d2ce0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,12 @@ Please feel free to create, comment and of course solve some of the issues. To g

**Hint:** It is important to always make sure the version of the installed `graphql` dependency matches the `graphql` version the `graphql-transformer-core` depends on.

### Publish new NPM package version

1. Make sure version number is updated.
2. Run `npm publish`.
3. Create new release in GitHub including a tag.

## License

The [MIT License](LICENSE)
Expand Down

0 comments on commit f4d2ce0

Please sign in to comment.