From a6417b107403a17774a325a8713bcb1bda818415 Mon Sep 17 00:00:00 2001 From: Leonmmcoset Date: Sat, 6 Sep 2025 18:21:21 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E6=9B=B4=E6=96=B0=E5=8F=91=E5=B8=83?= =?UTF-8?q?=E5=B7=A5=E4=BD=9C=E6=B5=81=E5=B9=B6=E5=88=A0=E9=99=A4=E6=97=A7?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 新增 release.yml 工作流文件,用于自动化发布流程 - 删除旧的 release-auto-commit.yml 文件 - 优化发布流程中的提交记录获取逻辑 --- .github/workflows/{release-auto-commit.yml => release.yml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/workflows/{release-auto-commit.yml => release.yml} (100%) diff --git a/.github/workflows/release-auto-commit.yml b/.github/workflows/release.yml similarity index 100% rename from .github/workflows/release-auto-commit.yml rename to .github/workflows/release.yml