chore(version): update git-cliff to 2.6.0

This commit is contained in:
Orhun Parmaksız
2024-09-22 08:41:08 +02:00
parent 47c2a7fedd
commit 58e319c5e2
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ This action generates a changelog based on your Git history using [git-cliff](ht
### Input variables
- `version`: `git-cliff` version to use. (e.g. `"latest"`, `"v2.5.0"`)
- `version`: `git-cliff` version to use. (e.g. `"latest"`, `"v2.6.0"`)
- `config`: Path of the configuration file. (Default: `"cliff.toml"`)
- `args`: [Arguments](https://github.com/orhun/git-cliff#usage) to pass to git-cliff. (Default: `"-v"`)
- `github_token`: The GitHub API token used to get `git-cliff` release information via the GitHub API to avoid rate limits. (Default: `${{ github.token }}`)