First off, thanks for your interest in typed-graphlify and for wanting to contribute!
After cheking out the repo, to install:
yarn install
And confirm that you can successfully build typed-graphqlify:
yarn build
And run test to confirm that everything works as expected:
yarn test
- Fork it
- Add your commit
- Send PR to
master
branch
And then maintainer (currently only @acro5piano) will review your code. We might request changes, so please discuss with us.
@acro5piano will do the following to update version:
- Create new branch from master e.g.)
git checkout -b 2.2.0
- Edit
package.json
and bump version - Add summary to
Changelog.md
- Create a pull request to
master
- Merge it
- Add new release from
master
on GitHub - Then, a new version will be publisehd to NPM automatically via GitHub Actions
We follow semantic versioning.