thejus-paul/Bump Gem
The GitHub action to bump the gem or engine version.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| labels | Provide a comma separated list of labels passed to the PR for the version bump. | yes | patch |
| token | Provide a GitHub token for branch creation and PR creation. | yes | — |
| new_branch | Provide a branch name to be used for the version bump PR. | no | bump-gem-version |
| base_branch | Provide a base branch name to be used for the PR. | no | main |
| commit_message | Provide a commit message for the gem version bump. | no | Updated gem version |
| pr_title | Provide a title for the PR. | no | Updated gem version |
| pr_body | Provide a body for the PR. | no | New version release |
| default_bump_label | Provide a default bump label for cases when labels does not include a bump type label | no | — |
| bump_version_pr_labels | Provide a comma separated list of labels passed to the bump version PR. | no | — |
Outputs
no outputs