Skip to main content

Module node

Module node 

Source
Expand description

Node ecosystem adapter: release-please, changesets, and npm-publish.

Publishes packages to the npm registry. npm-publish publishes directly and changesets runs changeset publish (both REAL host publishes). release-please publishes on merge via a CI job keyed off the GitHub release, never from this host, so its publish honestly returns AdapterError::Unsupported rather than fabricating an npm receipt (matching cargo-dist and gh-action-pypi-publish). verify reconciles against npm via the default [RegistryQuery] path.

Structsยง

NodeAdapter
The node release adapter, operating as release-please, changesets, or npm-publish.