eq-author-graphql-schema
v0.42.0
Published
The GraphQL schema for the eq-author application.
Downloads
24
Readme
eq-author-graphql-schema
GraphQL type definitions and schema for eq-author.
Publishing
- 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)