- 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
This repository has been archived by the owner on Jan 19, 2023. It is now read-only.