Skip to content

Commit

Permalink
Merge pull request #32 from tj-actions/chore/update-readme
Browse files Browse the repository at this point in the history
Updated README.md
  • Loading branch information
repo-ranger[bot] committed Apr 3, 2023
2 parents a5ce521 + 417bfa7 commit f3e96fc
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Expand Up @@ -29,10 +29,11 @@ Generate changelogs for your project with a custom cliff.toml.

<!-- AUTO-DOC-INPUT:START - Do not remove or modify this section -->

| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION |
|--------|--------|----------|----------------|------------------------------------------------------------------------------------------------------|
| args | string | false | `"--verbose"` | Extra args passed directly to [git-cliff](https://github.com/orhun/git-cliff#command-line-arguments) |
| output | string | false | `"HISTORY.md"` | Output file |
| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION |
|-----------------|--------|----------|----------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| args | string | false | `"--verbose"` | Extra args passed directly to [git-cliff](https://github.com/orhun/git-cliff#command-line-arguments) |
| output | string | false | `"HISTORY.md"` | Output file |
| template-config | string | false | | Path or URL to the template<br> `cliff.toml` config file. See [`cliff-template.toml`](./cliff-template.toml) for a working example. **NOTE:** Only the<br>`REPOSITORY_URL` is substituted. |

<!-- AUTO-DOC-INPUT:END -->

Expand Down

0 comments on commit f3e96fc

Please sign in to comment.