From d9cddb4824d6b3f9ffa434cb45ee88058f1973f8 Mon Sep 17 00:00:00 2001 From: rob thijssen Date: Mon, 27 Apr 2026 13:47:18 +0300 Subject: [PATCH] fix: remove explicit author override from changelog action Let the action use its default author rather than misattributing upstream commits to the package maintainer. Co-Authored-By: Claude Opus 4.6 (1M context) --- .gitea/workflows/build-release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitea/workflows/build-release.yml b/.gitea/workflows/build-release.yml index 65f79f0..837039e 100644 --- a/.gitea/workflows/build-release.yml +++ b/.gitea/workflows/build-release.yml @@ -99,7 +99,6 @@ jobs: with: spec: rpm/mistralrs.spec version: ${{ steps.version.outputs.version }} - author: "Robin Thijssen " repo-url: https://github.com/EricLBuehler/mistral.rs.git - name: Build RPM