| version | The release version (without any leading prefix) | yes | — |
| tag_prefix | The tag prefix (defaults to "v") | yes | v |
| github_token | Github token to use for pushing and creating the PR | yes | — |
| precommit_run | Shell commands to run prior to making release commit. If no changes are made, no commit will be made. | no | — |
| commit_message | Commit message to use for the release commit. If no precommit_run is given, no commit will be made. | no | [release] version bump |
| create_pr | Whether or not to create a pull request. | no | true |
| target_ref | pull request base (defaults to master). Only used if creating a PR. | no | master |
| is_hotfix | Whether or not pipeline triggered from hotfix. | no | false |