actions-marketplace-validations/npm bump

npm version {major,minor,patch} && npm publish as an action with other fun doodads.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
git-emailEmail for the version commit. Defaults to <actor>@users.noreply.github.com.no
git-usernameName for the version commit. Defaults to github.actor.no
version-typeVersion type dropdown value (major, minor, patch, custom). If provided, takes precedence over new-version unless custom.no
new-versionVersion bump type or explicit version (e.g. major, minor, patch, 1.2.3). Required when version-type is "custom" or version-type is not set.no
push-version-commitRun git push --follow-tags after npm version. Enable if you do not push in a prepublishOnly hook.nofalse
publish-cmdCommand to run after npm version. Override to skip npm publish or use a custom release script.nonpm publish
github-tokenPass secrets.GITHUB_TOKEN to enable GitHub release creation via releasearoni.no
namedescription
release-tagThe created git tag as described by git describe --tags