kt-actions/NPM Changesets Release

Prepare and execute the changesets release action

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit Apr 28, 2025
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: kt-actions/npm-release-execute@467549491f836c583cb1dbf08d8d7bae7a9ea70e # v1.0.0

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
app-idGitHub App ID used to create a token and submit changes
private-keyGitHub App private key used to create a token and submit changes
npm-tokenNPM token used to publish the package
matrix-node-versionNode.js versions to use, json array like in matrix.node-version
install-scriptInstall script to runnpm ci
build-scriptScript to run to build the packagenpm run build:release
publish-scriptScript to run to publish the packagenpm run changeset:publish
version-scriptScript to run to version the packagenpm run changeset:version

no outputs