From fa783159ff2481d93ca4f9819b13bc26811a6ce7 Mon Sep 17 00:00:00 2001 From: Forrest Date: Mon, 12 Jan 2026 00:24:52 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0release.yml=EF=BC=8C?= =?UTF-8?q?=E7=A7=BB=E9=99=A4ignore=5Flabels=E7=9A=84=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E5=80=BC=E4=BB=A5=E6=94=AF=E6=8C=81=E8=87=AA=E5=AE=9A=E4=B9=89?= =?UTF-8?q?=E6=A0=87=E7=AD=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7391e59..91df761 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -54,7 +54,7 @@ jobs: "filter": { "pattern": "^(chore|docs|perf|refactor):.*", "flags": "i" } } ], - "ignore_labels": true, + "ignore_labels": [], "commitMode": true, "empty_summary": "## 更新详情\n- 常规代码优化与维护" }