Product
Socket Now Supports uv.lock Files
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
@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
The npm package @ipfs-shipyard/release-please-ipfs-plugin receives a total of 55 weekly downloads. As such, @ipfs-shipyard/release-please-ipfs-plugin popularity was classified as not popular.
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.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.
Security News
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.