snailuu/Patch Package Version

auto patch package.json version

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
tokenThe GitHub token to use for repository operationsyes
version-prefixVersion tag prefix (e.g., 'v', 'version-', 'rel-')nov
git-user-nameGit user name for commitsnoGitHub Action
git-user-emailGit user email for commitsnoaction@github.com
supported-branchesComma-separated list of supported branchesnomain,beta,alpha
enable-changelogEnable automatic CHANGELOG generationnotrue
comment-titleTitle for PR comments (e.g., '📦 版本管理', 'Version Management')no📦 版本管理
enable-npm-publishEnable automatic npm publishingnofalse
npm-tokenNPM authentication token for publishingno
npm-registryNPM registry URLnohttps://registry.npmjs.org/
npm-tagNPM publish tag (will auto-determine based on branch if set to 'latest')nolatest
npm-accessNPM package access level (public/restricted)nopublic
npm-publish-strictStrict mode - fail workflow if npm publish failsnofalse
namedescription
next-versionThe next version that was calculated
preview-versionPreview version for PR comments
is-previewWhether this was a preview run (true/false)
published-versionThe version that was published to npm
published-tagThe npm tag used for publishing
npm-registryThe npm registry that was used
npm-publish-failedWhether npm publish failed (true/false)
npm-publish-errorError message if npm publish failed