After merging your PR to master, you may want to release a new version of dataloader-codegen to NPM registry. Here comes the instructions.
- Figure out what kind of release you want to make,
major
,minor
orpatch
. We follow Semantic Versioning. - Update version in package.json directly in https://github.com/Yelp/dataloader-codegen/edit/master/package.json and commit changes
- Draft a new release in https://github.com/Yelp/dataloader-codegen/releases/new with the following format. Remember to use tag
vX.Y.Z
instead ofX.Y.Z
- That's it. Github Actions will start a release process like this.