UNPKG

@auto-canary/conventional-commits

Version:

Conventional commit plugin for auto

26 lines (19 loc) 583 B
# Conventional Commits Plugin Parse [conventional commit messages](https://www.conventionalcommits.org/en/v1.0.0-beta.4/) and use them to calculate the version. This plugin will omit the PR HEAD if it isn't labeled and has a commit with a conventional-commit commit message. ## Installation This plugin is not included with the `auto` CLI installed via NPM. To install: ```sh npm i --save-dev @auto-it/conventional-commits # or yarn add -D @auto-it/conventional-commits ``` ## Usage ```json { "plugins": [ "npm", "conventional-commits" // other plugins ] } ```