Research
Security News
Threat Actor Exposes Playbook for Exploiting npm to Build Blockchain-Powered Botnets
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.
@auto-it/released
Advanced tools
This plugin
released
label to the pull requestreleased
label to closed issues:warning: Make sure that you create the
released
label on you project
This plugin is included with the auto
CLI so you do not have to install it. To install if you are using the auto
API directly:
npm i --save-dev @auto-it/released
# or
yarn add -D @auto-it/released
To use the plugin include it in your .autorc
{
"plugins": ["released"]
}
Customize the label this plugin attaches to merged pull requests.
{
"plugins": [
[
"released",
{
"label": ":shipit:"
}
]
]
}
Customize the prerelease label this plugin attaches to pull requests merged to prerelease branches.
{
"plugins": [
[
"released",
{
"prereleaseLabel": "🚧"
}
]
]
}
To customize the message this plugin uses on issues and pull requests use the following format.
%TYPE
- Either PR
or Issue
%VERSION
- The version that was just published{
"plugins": [
[
"released",
{
"message": "%TYPE went out with version: %VERSION"
}
]
]
}
Lock issues that have been merged in PRs.
{
"plugins": [["released", { "lockIssues": true }]]
}
Whether to comment on PRs made by bots.
{
"plugins": [["released", { "includeBotPrs": true }]]
}
v10.36.6 (Fri May 20 2022)
:tada: This release contains work from new contributors! :tada:
Thanks for all your work!
:heart: Agustin Polo (@poloagustin)
:heart: Ikko Ashimine (@eltociear)
@auto-it/core
@auto-it/maven
FAQs
Released plugin for auto. Comments with version + extra
The npm package @auto-it/released receives a total of 58,316 weekly downloads. As such, @auto-it/released popularity was classified as popular.
We found that @auto-it/released demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers 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.
Research
Security News
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.
Security News
NVD’s backlog surpasses 20,000 CVEs as analysis slows and NIST announces new system updates to address ongoing delays.
Security News
Research
A malicious npm package disguised as a WhatsApp client is exploiting authentication flows with a remote kill switch to exfiltrate data and destroy files.