software-mansion/publish-npm-package
Build and publish an npm package
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| package-name | Name of the package to publish. | yes | — |
| package-json-path | Path to the package.json file to update. | yes | — |
| release-type | Release type to be published (stable, nightly, beta, alpha, rc). | — | nightly |
| version | Specific version to publish (usually inferred from x.y-stable branch name). | — | "" |
| version-getter-script | Path to a custom script that determines the version to publish. | — | "" |
| npm-tag | NPM tag to publish under (usually inferred from release type and version). | — | "" |
| perform-git-operations | Whether to perform git operations (committing version change, pushing tags). | — | true |
| dry-run | Whether to perform a dry run of the publish. | — | true |
| install-dependencies-command | Command to install dependencies. | — | yarn install --immutable |
Outputs
no outputs