@intuit-auto/omit-commits
TypeScript icon, indicating that this package has built-in type declarations

6.5.0 • Public • Published

Omit Commits Plugin

Filter certain commits out of the changelog and version calculation.

Installation

This plugin is not included with the auto CLI. To install:

npm i --save-dev @intuit-auto/omit-commits
# or
yarn add -D @intuit-auto/omit-commits

Usage

Yarn can omit by most any field available on a commit. Each options accepts either a string or an array of strings.

{
  "plugins": [
    [
      "omit-commits",
      {
        // By usernames
        "username": ["pdbf", "ghost"],
        // By emails
        "email": ["foo@gmail.com", "doesnt-exits@yahoo.com"],
        // By presence of string in subject
        "subject": ["WIP", "SPIKE"],
        // By labels
        "labels": "grunt-work"
      }
    ]
  ]
}

Package Sidebar

Install

npm i @intuit-auto/omit-commits

Weekly Downloads

0

Version

6.5.0

License

none

Unpacked Size

6.08 kB

Total Files

5

Last publish

Collaborators

  • alisowski