mirror of
https://github.com/orhun/git-cliff-action.git
synced 2026-03-21 23:15:44 +08:00
chore(version): update git-cliff to 2.12.0
This commit is contained in:
@@ -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.11.0"`)
|
||||
- `version`: `git-cliff` version to use. (e.g. `"latest"`, `"v2.12.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 }}`)
|
||||
|
||||
@@ -4,7 +4,7 @@ inputs:
|
||||
version:
|
||||
description: "git-cliff version"
|
||||
required: false
|
||||
default: "v2.11.0"
|
||||
default: "v2.12.0"
|
||||
config:
|
||||
description: "config file location"
|
||||
required: false
|
||||
|
||||
Reference in New Issue
Block a user