Expand description
Node ecosystem adapter: release-please, changesets, and npm-publish.
Publishes packages to the npm registry. npm-publish publishes directly;
release-please and changesets are release-automation tools whose publish
step is normally CI-driven, so their publish bodies here are clearly-marked
skeletons. verify reconciles against npm via the default [RegistryQuery]
path.
Structsยง
- Node
Adapter - The node release adapter, operating as
release-please,changesets, ornpm-publish.