dancardin/release-manager
Perform a release based on the PR comments.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repo-token | The github token required to merge the PR. | yes | — |
| bump-files | The files which can change as a result of a bump. | no | . |
| bump-command-base | The command to execute when executing all bumps. If specified, there is no reason to specify any of `bump-command-patch`, `bump-command-minor`, or `bump-command-major`. | no | — |
| bump-command-patch | The command to execute when executing a patch bump | no | — |
| bump-command-minor | The command to execute when executing a minor bump | no | — |
| bump-command-major | The command to execute when executing a major bump | no | — |
Outputs
no outputs