From 6c8ad6f0648c5002bccab7e59981c281661aeb4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20W=C3=B6lfer?= Date: Sun, 18 Jan 2026 01:02:25 +0100 Subject: [PATCH] chore: Write changelog of latest tag --- .gitea/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index 9cc3714..e704078 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -31,7 +31,7 @@ jobs: id: git-cliff with: config: cliff.toml - args: --verbose --unreleased + args: --verbose --latest github_token: "" env: OUTPUT: CHANGELOG.md @@ -39,4 +39,4 @@ jobs: with: files: |- target/release/teachertracker-rs - body: ${{ steps.git-cliff.outputs.content }} \ No newline at end of file + body: ${{ steps.git-cliff.outputs.content }} -- 2.49.1