
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
@auto-it/omit-release-notes
Advanced tools
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.
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
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"
}
]
]
}
FAQs
Omit release notes plugin for auto
The npm package @auto-it/omit-release-notes receives a total of 1,659 weekly downloads. As such, @auto-it/omit-release-notes popularity was classified as popular.
We found that @auto-it/omit-release-notes demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.