mirror of
https://github.com/orhun/git-cliff-action.git
synced 2026-05-06 21:02:01 +08:00
chore: bump git-cliff to v2.13.1 (#78)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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
|
### Input variables
|
||||||
|
|
||||||
- `version`: `git-cliff` version to use. (e.g. `"latest"`, `"v2.12.0"`)
|
- `version`: `git-cliff` version to use. (e.g. `"latest"`, `"v2.13.1"`)
|
||||||
- `config`: Path of the configuration file. (Default: `"cliff.toml"`)
|
- `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"`)
|
- `args`: [Arguments](https://github.com/orhun/git-cliff#usage) to pass to git-cliff. (Default: `"-v"`)
|
||||||
- `github_token`: The GitHub API token used to download `git-cliff` and to authenticate git-cliff's [GitHub integration](https://git-cliff.org/docs/integration/github) (e.g. extracting usernames, contributors, PR links) to avoid rate limits. Requires a classic or fine-grained token without permissions.
|
- `github_token`: The GitHub API token used to download `git-cliff` and to authenticate git-cliff's [GitHub integration](https://git-cliff.org/docs/integration/github) (e.g. extracting usernames, contributors, PR links) to avoid rate limits. Requires a classic or fine-grained token without permissions.
|
||||||
|
|||||||
+1
-1
@@ -4,7 +4,7 @@ inputs:
|
|||||||
version:
|
version:
|
||||||
description: "git-cliff version"
|
description: "git-cliff version"
|
||||||
required: false
|
required: false
|
||||||
default: "v2.12.0"
|
default: "v2.13.1"
|
||||||
config:
|
config:
|
||||||
description: "config file location"
|
description: "config file location"
|
||||||
required: false
|
required: false
|
||||||
|
|||||||
Reference in New Issue
Block a user