bcomnes/npm bump
npm version {major,minor,patch} && npm publish as an action with other fun doodads.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| git-email | Email for the version commit. Defaults to <actor>@users.noreply.github.com. | no | — |
| git-username | Name for the version commit. Defaults to github.actor. | no | — |
| version-type | Version type dropdown value (major, minor, patch, custom). If provided, takes precedence over new-version unless custom. | no | — |
| new-version | Version 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-commit | Run git push --follow-tags after npm version. Enable if you do not push in a prepublishOnly hook. | no | false |
| publish-cmd | Command to run after npm version. Override to skip npm publish or use a custom release script. | no | npm publish |
| github-token | Pass secrets.GITHUB_TOKEN to enable GitHub release creation via releasearoni. | no | — |
Outputs
| name | description |
|---|---|
| release-tag | The created git tag as described by git describe --tags |