docs: Updated README
parent
80757c3a5c
commit
10ec8cd474
10
README.md
10
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
|
||||
|
||||
|
|
Loading…
Reference in New Issue