From 081fea5a4c9bbd83c93e7d369366abbf7e86d1a2 Mon Sep 17 00:00:00 2001 From: servostar Date: Mon, 25 Nov 2024 15:12:34 +0000 Subject: [PATCH] ci: add generated-by body to version bump commit (#103) Reviewed-on: https://git.montehaselino.de/DHBW/dhbw-abb-typst-template/pulls/103 Co-authored-by: servostar Co-committed-by: servostar --- .gitea/workflows/prepare.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/prepare.yml b/.gitea/workflows/prepare.yml index 4e645f0..7dc4eef 100644 --- a/.gitea/workflows/prepare.yml +++ b/.gitea/workflows/prepare.yml @@ -29,7 +29,7 @@ jobs: echo "==> Update typst.toml version" sed -i "/version/c\version = \"${VERSION#v}\"" typst.toml git add typst.toml - git commit -m "chore: bump release version to $VERSION" + git commit -m "chore: bump release version to $VERSION" -m "Generated-By: ${{ gitea.actor }}" git push origin main echo "::endgroup::" echo "::group::{Tag commit}"