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
|
## Inputs
|
||||||
|
|
||||||
-**Required** `github-token`: Github token.
|
- **Required** `github-token`: Github token.
|
||||||
-**Optional** `git-message`: Commit message that is used when committing the changelog.
|
- **Optional** `git-message`: Commit message that is used when committing the changelog.
|
||||||
-**Optional** `preset`: Preset that is used from conventional commits. Default `angular`.
|
- **Optional** `preset`: Preset that is used from conventional commits. Default `angular`.
|
||||||
-**Optional** `tag-prefix`: Prefix for the git tags. Default `v`.
|
- **Optional** `tag-prefix`: Prefix for the git tags. Default `v`.
|
||||||
-**Optional** `output-file`: File to output the changelog to. Default `CHANGELOG.md`.
|
- **Optional** `output-file`: File to output the changelog to. Default `CHANGELOG.md`.
|
||||||
|
|
||||||
## Example usage
|
## Example usage
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue