UNPKG

graphql-2-json-schema

Version:
7 lines (6 loc) 363 B
- when you land commits on your master branch, select the Squash and Merge option. - add a title and body that follows the conventional-changelog-standard conventions. - when you're ready to release to npm: - `git checkout master; git pull origin master` - `standard-version --release-as <patch|minor|major>` - `git push --follow-tags origin master; npm publish`