Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
NGPixel committed Nov 17, 2022
1 parent 897f4b5 commit d4736e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ jobs:
## Inputs
* `token`: Your GitHub token (e.g. `${{ github.token }}`) - **REQUIRED**
* `tag`: The latest tag which triggered the job. (e.g. `${{ github.ref_name }}`) - **REQUIRED (unless using `fromTag` and `toTag`)**
* `fromTag`: The tag from which the changelog is to be determined - **REQUIRED (unless using `tag`)**
* `toTag`: The tag up to which the changelog is to be determined - **REQUIRED (unless using `tag`)**
* `fromTag`: The tag from which the changelog is to be determined (latest) - **REQUIRED (unless using `tag`)**
* `toTag`: The tag up to which the changelog is to be determined (oldest) - **REQUIRED (unless using `tag`)**
* `excludeTypes`: A comma-separated list of commit types you want to exclude from the changelog (e.g. `doc,chore,perf`) - **Optional** - Default: `build,docs,other,style`
* `writeToFile`: Should CHANGELOG.md be updated with latest changelog - **Optional** - Default: `true`
* `useGitmojis`: Should type headers be prepended with their related gitmoji - **Optional** - Default: `true`
Expand Down

0 comments on commit d4736e8

Please sign in to comment.