Skip to content

Commit 5948f44

Browse files
committed
chore(version): update git-cliff to 2.7.0
1 parent d3e272c commit 5948f44

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
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.6.1"`)
9+
- `version`: `git-cliff` version to use. (e.g. `"latest"`, `"v2.7.0"`)
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

+1-1
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.6.1"
7+
default: "v2.7.0"
88
config:
99
description: "config file location"
1010
required: false

0 commit comments

Comments
 (0)