From 210e9af769b3b391571fba77f1e2dc647ab326e3 Mon Sep 17 00:00:00 2001 From: Paul Delafosse Date: Sun, 2 Nov 2025 12:49:20 +0100 Subject: [PATCH 1/2] fix: fix github user in auto-release --- .github/workflows/Release.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/Release.yaml b/.github/workflows/Release.yaml index 298c3f0..81ca3d0 100644 --- a/.github/workflows/Release.yaml +++ b/.github/workflows/Release.yaml @@ -14,6 +14,10 @@ jobs: with: fetch-depth: 0 + - run: | + git config --global user.email github-actions@github.com + git config --global user.name github-action + - name: Update cocogitto version if: github.event_name == 'repository_dispatch' && github.event.action == 'cocogitto-released' run: | From 20615f731d5ff01afa8a3e36cc8b8e4f21f381d8 Mon Sep 17 00:00:00 2001 From: Paul Delafosse Date: Sun, 2 Nov 2025 12:49:36 +0100 Subject: [PATCH 2/2] feat: update cocogitto to 6.5.0 --- version.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.env b/version.env index d431449..8d7da38 100644 --- a/version.env +++ b/version.env @@ -1 +1 @@ -VERSION=6.4.0 +VERSION=6.5.0