kt-actions/NPM Changesets Release
Prepare and execute the changesets release action
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Apr 28, 2025
- License
- MIT
Pinned Snippet
uses: kt-actions/npm-release-execute@467549491f836c583cb1dbf08d8d7bae7a9ea70e # v1.0.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| app-id | GitHub App ID used to create a token and submit changes | — | — |
| private-key | GitHub App private key used to create a token and submit changes | — | — |
| npm-token | NPM token used to publish the package | — | — |
| matrix-node-version | Node.js versions to use, json array like in matrix.node-version | — | — |
| install-script | Install script to run | — | npm ci |
| build-script | Script to run to build the package | — | npm run build:release |
| publish-script | Script to run to publish the package | — | npm run changeset:publish |
| version-script | Script to run to version the package | — | npm run changeset:version |
Outputs
no outputs