Skip to content

Commit

Permalink
chore(version): update git-cliff to 2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Sep 27, 2024
1 parent a4f49b8 commit 14bb673
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.6.0"`)
- `version`: `git-cliff` version to use. (e.g. `"latest"`, `"v2.6.1"`)
- `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 }}`)
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ inputs:
version:
description: "git-cliff version"
required: false
default: "v2.6.0"
default: "v2.6.1"
config:
description: "config file location"
required: false
Expand Down

0 comments on commit 14bb673

Please sign in to comment.