Boilerplate for a (Node.js based) API or web service.
Use commitlint with @commitlint/config-conventional for commit lint.
npm install -g conventional-changelog-cli
Workflow with npm version:
- Make changes
- Commit those changes
- Pull all the tags
- Run the
npm version [path|minor|major]command - Push