From 64fcf69a37c0fc111bf2bb2c4da8aaee5df49953 Mon Sep 17 00:00:00 2001 From: feige996 <1020102647@qq.com> Date: Wed, 28 May 2025 11:50:00 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E6=B7=BB=E5=8A=A0=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E7=94=9F=E6=88=90=E7=89=88=E6=9C=AC=E6=9B=B4=E6=96=B0=E6=97=A5?= =?UTF-8?q?=E5=BF=97=E7=9A=84=20GitHub=20Actions=20=E5=B7=A5=E4=BD=9C?= =?UTF-8?q?=E6=B5=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 添加 GitHub Actions 工作流用于在打标签时自动生成版本更新日志 工作流会解析提交信息并按分类整理,同时包含统计信息和贡献者名单 --- .github/workflows/{release.yml => release-log.yml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/workflows/{release.yml => release-log.yml} (100%) diff --git a/.github/workflows/release.yml b/.github/workflows/release-log.yml similarity index 100% rename from .github/workflows/release.yml rename to .github/workflows/release-log.yml