From f50e11560dce63f7c33227798f90b924471a88b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Sun, 26 Apr 2026 13:23:30 +0300 Subject: [PATCH] chore: bump git-cliff to v2.13.1 (#78) Co-authored-by: github-actions[bot] --- README.md | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1fdd6f0..dee2527 100644 --- a/README.md +++ b/README.md @@ -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.12.0"`) +- `version`: `git-cliff` version to use. (e.g. `"latest"`, `"v2.13.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 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. diff --git a/action.yml b/action.yml index 37326d5..b902d76 100644 --- a/action.yml +++ b/action.yml @@ -4,7 +4,7 @@ inputs: version: description: "git-cliff version" required: false - default: "v2.12.0" + default: "v2.13.1" config: description: "config file location" required: false