From d1aab54cc33654c1bbe2a3e604ad64325bdb7dec Mon Sep 17 00:00:00 2001 From: "lixuefei.1313" Date: Wed, 21 Jan 2026 11:52:07 +0800 Subject: [PATCH] feat: add test release --- .github/PULL_REQUEST_TEMPLATE/pr_cn.md | 14 +++ .github/workflows/test-release-trigger.yml | 134 +++++++++++++++++++++ .github/workflows/unit-test.yml | 2 +- 3 files changed, 149 insertions(+), 1 deletion(-) create mode 100644 .github/workflows/test-release-trigger.yml diff --git a/.github/PULL_REQUEST_TEMPLATE/pr_cn.md b/.github/PULL_REQUEST_TEMPLATE/pr_cn.md index b365fb9..d32f284 100644 --- a/.github/PULL_REQUEST_TEMPLATE/pr_cn.md +++ b/.github/PULL_REQUEST_TEMPLATE/pr_cn.md @@ -25,6 +25,20 @@ - [ ] 配置修改 - [ ] 其他 (具体是什么,请补充?) +### 🧪 是否需要发布测试版本(npm 预发布包) + + + +- [ ] 不需要,仅本地验证即可 +- [ ] 需要测试发布(请确保已添加合适的 `release:*` label) + ### 🔗 相关 issue 连接