software-mansion/publish-npm-package

Build and publish an npm package

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
package-nameName of the package to publish.yes
package-json-pathPath to the package.json file to update.yes
release-typeRelease type to be published (stable, nightly, beta, alpha, rc).nightly
versionSpecific version to publish (usually inferred from x.y-stable branch name).""
version-getter-scriptPath to a custom script that determines the version to publish.""
npm-tagNPM tag to publish under (usually inferred from release type and version).""
perform-git-operationsWhether to perform git operations (committing version change, pushing tags).true
dry-runWhether to perform a dry run of the publish.true
install-dependencies-commandCommand to install dependencies.yarn install --immutable

no outputs