From 5dd236bf43d2196914b795e606f60145613ca676 Mon Sep 17 00:00:00 2001 From: API Changelog Bot Date: Wed, 19 Aug 2026 07:52:58 +0000 Subject: [PATCH] =?UTF-8?q?docs(guide):=20=E6=98=8E=E7=A1=AE=20not=5Frequi?= =?UTF-8?q?red=20=E6=9D=A1=E7=9B=AE=E7=A6=81=E5=9B=9E=E5=86=99=20frontend?= =?UTF-8?q?=5Fowner/verified=5Fat(#6077=20=E5=AE=9E=E4=BE=8B)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BACKEND_CHANGELOG_DELIVERY_GUIDE.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/BACKEND_CHANGELOG_DELIVERY_GUIDE.md b/BACKEND_CHANGELOG_DELIVERY_GUIDE.md index 1fdf713..f86b1b9 100644 --- a/BACKEND_CHANGELOG_DELIVERY_GUIDE.md +++ b/BACKEND_CHANGELOG_DELIVERY_GUIDE.md @@ -46,10 +46,12 @@ target_release: "" verified_at: "" ``` -- 需要前端修改:`frontend_status: "pending"` +- 需要前端修改:`frontend_status: "pending"`(此时前端侧可回写 `frontend_owner` 认领 + `verified_at` 实测日期) - 不需要前端修改:`frontend_status: "not_required"` - 后端不要代替前端填写 `implemented`、`released` 或 `verified` +**`not_required` 条目任何人(含前端)不得回写 `frontend_owner` / `frontend_ref` / `target_release` / `verified_at`**——这 4 个字段是「前端需要动作」的认领/验收标记,`not_required` 语义是「前端零改动、无需认领」,填了就会被发布门禁(E_FRONTEND 残留校验)拦下。前端要表达「已知悉」用评论/口头即可,不动 frontmatter。若前端评估后认为其实需要适配,应把 `frontend_status` 改成 `pending` 再回写 owner,而不是在 `not_required` 上叠字段。(2026-08-19 #6077 实例:mmg 回写 `not_required` 条目的 `frontend_owner=mmg`+`verified_at`,合并后被门禁拦,清空后放行。) + ## 2.1 发布门禁(硬规则,2026-08-10 wx 定) **给前端推送的 changelog,内容必须是测试环境已经存在、可实测到的。**