9.53.2-canary.1554.19015.0 • Published 5 years ago

@auto-canary/conventional-commits v9.53.2-canary.1554.19015.0

Weekly downloads
4,420
License
MIT
Repository
github
Last release
5 years ago

Conventional Commits Plugin

Parse conventional commit messages 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:

npm i --save-dev @auto-it/conventional-commits
# or
yarn add -D @auto-it/conventional-commits

Usage

{
  "plugins": [
    "npm",
    "conventional-commits"
    // other plugins
  ]
}