Security News
PyPI Introduces Digital Attestations to Strengthen Python Package Security
PyPI now supports digital attestations, enhancing security and trust by allowing package maintainers to verify the authenticity of Python packages.
@auto-it/released
Advanced tools
Released plugin for auto. Comments with version + extra
This plugin
released
label to the pull requestreleased
label to closed issues::: message is-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": ["npm", "released"]
}
Customize the label this plugin attaches to merged pull requests.
{
"plugins": [
"npm",
[
"released",
{
"label": ":shipit:"
}
]
]
}
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": [
"npm",
[
"released",
{
"message": "%TYPE went out with version: %VERSION"
}
]
]
}
Lock issues that have been merged in PRs.
{
"plugins": ["npm", ["released", { "lockIssues": true }]]
}
FAQs
Released plugin for auto. Comments with version + extra
The npm package @auto-it/released receives a total of 26,634 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.
Security News
PyPI now supports digital attestations, enhancing security and trust by allowing package maintainers to verify the authenticity of Python packages.
Security News
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.