GraphQL type definitions and schema for eq-author.
- Create new branch
- Make any changes
- Commit changes
- Run
npm version [minor|patch|major]
. This will:- Update the package.json version
- Commit changes to package.json
- Create a git tag
- Push changes
- Create PR
- Merge PR
- Pull master
- Run
npm publish
(ensure you have the correct credentials)