From 073834b0f65aadc3c4786db60d0254542d08dc47 Mon Sep 17 00:00:00 2001 From: "repo-ranger[bot]" Date: Tue, 6 Jun 2023 12:16:53 +0000 Subject: [PATCH] Updated README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f453103..86c267b 100644 --- a/README.md +++ b/README.md @@ -36,11 +36,11 @@ Generate changelogs for your project with a generated cliff.toml from [`cliff-te -| 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
`cliff.toml` config file. See [`cliff-template.toml`](./cliff-template.toml) for a working example. **NOTE:** Only the
`REPOSITORY_URL` is substituted. | +| 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 `cliff.toml` config file. See
[`cliff-template.toml`](./cliff-template.toml) for a working example.
**NOTE:** Only the `REPOSITORY_URL` is
substituted. |