diff --git a/README.md b/README.md index d032b71..c39861a 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,11 @@ This action will bump version, tag commit and generate a changelog with conventi ## Inputs --**Required** `github-token`: Github token. --**Optional** `git-message`: Commit message that is used when committing the changelog. --**Optional** `preset`: Preset that is used from conventional commits. Default `angular`. --**Optional** `tag-prefix`: Prefix for the git tags. Default `v`. --**Optional** `output-file`: File to output the changelog to. Default `CHANGELOG.md`. +- **Required** `github-token`: Github token. +- **Optional** `git-message`: Commit message that is used when committing the changelog. +- **Optional** `preset`: Preset that is used from conventional commits. Default `angular`. +- **Optional** `tag-prefix`: Prefix for the git tags. Default `v`. +- **Optional** `output-file`: File to output the changelog to. Default `CHANGELOG.md`. ## Example usage