diff --git a/README.md b/README.md index 5ca8668..e322585 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ jobs: ## Variables | Name | Description | Default | -|--------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------| +| ------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------- | | `github_token` | Token for the repo. Can be passed in using `${{ secrets.GITHUB_TOKEN }}` **required** | - | | `dry_run` | Run without creating commit, output to stdout | false | | `repository` | Repository name to push. Default or empty value represents current github repository | current one | @@ -77,12 +77,11 @@ jobs: | `git_email` | Email address used to configure git (for git operations) | `github-actions[bot]@users.noreply.github.com` | | `push` | Define if the changes should be pushed to the branch. | true | | `merge` | Define if the changes should be pushed even on the pull_request event, immediately merging the pull request. | false | - | `commit` | Define if the changes should be committed to the branch. | true | -| `commitizen_version` | Specify the version to be used by commitizen. Eg: `2.21.0` | latest | +| `commitizen_version` | Specify the version to be used by commitizen. Eg: `2.21. | latest | | `changelog` | Create changelog when bumping the version | true | | `no_raise` | Don't raise the given comma-delimited exit codes (e.g., no_raise: '20,21'). Use with caution! Open an issue in [commitizen](https://github.com/commitizen-tools/commitizen/issues) if you need help thinking about your workflow. | [21](https://commitizen-tools.github.io/commitizen/exit_codes/) | -| `increment` | Manually specify the desired increment {MAJOR,MINOR,PATCH} | - | +| `increment` | Manually specify the desired increment {MAJOR,MINOR,PATCH} | - | ## Outputs