New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@auto-it/omit-release-notes

Package Overview
Dependencies
Maintainers
1
Versions
979
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@auto-it/omit-release-notes

Omit release notes plugin for auto

latest
Source
npmnpm
Version
11.3.6
Version published
Weekly downloads
1.7K
378.19%
Maintainers
1
Weekly downloads
 
Created
Source

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"
      }
    ]
  ]
}

Keywords

automation

FAQs

Package last updated on 14 Nov 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts