From 661a92f236d30fc590cb2fe085e7e584a2e84008 Mon Sep 17 00:00:00 2001 From: "Ch.-David Blot" Date: Wed, 23 Jul 2025 13:45:40 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20ci:=20fix=20release=20scripts=20?= =?UTF-8?q?to=20respect=20gitmoji=20convention?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/scripts/release-push.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/release-push.sh b/.github/scripts/release-push.sh index 3160d33..12d0ac7 100755 --- a/.github/scripts/release-push.sh +++ b/.github/scripts/release-push.sh @@ -16,7 +16,7 @@ branch_name="autobuild-$new_sdk_version" git checkout -B $branch_name git config user.name "Outscale Bot" git config user.email "opensource+bot@outscale.com" -git commit -asm "oapi-cli v$new_sdk_version" +git commit -asm "🔖 release: oapi-cli v$new_sdk_version" if [ -z "$SSH_PRIVATE_KEY" ]; then echo "SSH_PRIVATE_KEY is missing, abort."