@auto-it/omit-release-notes
TypeScript icon, indicating that this package has built-in type declarations

11.1.6 • Public • Published

Omit Release Notes Plugin

Filter PRs with release notes that shouldn't make it into a release. By default auto will not include and Release Notes from renovate PRs. This plugin allows you to omit more PRs from effecting you releases.

Installation

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

npm i --save-dev @auto-it/omit-release-notes
# or
yarn add -D @auto-it/omit-release-notes

Usage

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

{
  "plugins": [
    [
      "omit-release-notes",
      {
        // By usernames
        "username": ["pdbf", "ghost"],
        // By name
        "name": "Adam",
        // By emails
        "email": ["foo@gmail.com", "doesnt-exits@yahoo.com"],
        // By labels
        "labels": "grunt-work"
      }
    ]
  ]
}

Dependencies (4)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @auto-it/omit-release-notes

    Weekly Downloads

    447

    Version

    11.1.6

    License

    MIT

    Unpacked Size

    9.56 kB

    Total Files

    7

    Last publish

    Collaborators

    • alisowski