Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
@ipfs-shipyard/release-please-ipfs-plugin
Advanced tools
A release-please helper plugin for IPFS repos. Initially created for IPFS-desktop
A release-please helper plugin for IPFS repos. Initially created for IPFS-desktop
$ npm i @ipfs-shipyard/release-please-ipfs-plugin
Created when release-please was added to the IPFS Desktop repo.
NOTE: Other examples of release-please plugins were not available when this was created, so it may not be the best example of how to write a release-please plugin. Please let us know if you find a better way!
Modifies the changes in the PR created by release-please in the following ways:
{
// ...
"plugins": [/** ... */, "@ipfs-shipyard/release-please-ipfs-plugin"]
// ...
}
NOTE: Simply adding to the release-please config is not enough to make it run. You must also call the release-please CLI with the plugin name.
release-please release-pr ... --plugin=@ipfs-shipyard/release-please-ipfs-plugin
This is the only way I found that a release-please plugin can actually load itself, so it can call registerPlugin
, so that the inner pluginFactories
can reference it when running.
release-pr
command of release-please
so far. It may not work with, or may break, other commands.Licensed under either of
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
FAQs
A release-please helper plugin for IPFS repos. Initially created for IPFS-desktop
We found that @ipfs-shipyard/release-please-ipfs-plugin demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.