Skip to content

Commit d77b37d

Browse files
committed
chore(version): update git-cliff to 2.10.1
1 parent 82629b3 commit d77b37d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This action generates a changelog based on your Git history using [git-cliff](ht
66

77
### Input variables
88

9-
- `version`: `git-cliff` version to use. (e.g. `"latest"`, `"v2.10.0"`)
9+
- `version`: `git-cliff` version to use. (e.g. `"latest"`, `"v2.10.1"`)
1010
- `config`: Path of the configuration file. (Default: `"cliff.toml"`)
1111
- `args`: [Arguments](https://github.com/orhun/git-cliff#usage) to pass to git-cliff. (Default: `"-v"`)
1212
- `github_token`: The GitHub API token used to get `git-cliff` release information via the GitHub API to avoid rate limits. (Default: `${{ github.token }}`)

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ inputs:
44
version:
55
description: "git-cliff version"
66
required: false
7-
default: "v2.10.0"
7+
default: "v2.10.1"
88
config:
99
description: "config file location"
1010
required: false

0 commit comments

Comments
 (0)