From 6aa9fed62158b13e9805efe11a132d1593ebd552 Mon Sep 17 00:00:00 2001 From: Citrons <909229731@qq.com> Date: Wed, 12 Aug 2026 18:45:44 +0800 Subject: [PATCH] =?UTF-8?q?docs(GOV-004):=20=E8=AE=B0=E5=BD=95=E8=BF=9C?= =?UTF-8?q?=E7=A8=8B=E5=8F=91=E5=B8=83=E6=A0=B8=E5=AF=B9=E7=BB=93=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/features/GOV-004-mandatory-gitea-push/manifest.yaml | 1 + docs/features/GOV-004-mandatory-gitea-push/qa/test-results.md | 3 ++- docs/features/GOV-004-mandatory-gitea-push/release-notes.md | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/features/GOV-004-mandatory-gitea-push/manifest.yaml b/docs/features/GOV-004-mandatory-gitea-push/manifest.yaml index 2f85f43..0eac970 100644 --- a/docs/features/GOV-004-mandatory-gitea-push/manifest.yaml +++ b/docs/features/GOV-004-mandatory-gitea-push/manifest.yaml @@ -14,4 +14,5 @@ gitnexus_comparison: gitnexus/comparison.md code_review: review/code-review.md standards_review: review/standards-review.md implementation_commit: 2a16e9f +release_commit: d1e54dc release: v0.0.3 diff --git a/docs/features/GOV-004-mandatory-gitea-push/qa/test-results.md b/docs/features/GOV-004-mandatory-gitea-push/qa/test-results.md index 053a2f9..58fcb7f 100644 --- a/docs/features/GOV-004-mandatory-gitea-push/qa/test-results.md +++ b/docs/features/GOV-004-mandatory-gitea-push/qa/test-results.md @@ -23,4 +23,5 @@ - 计划提交 `2d2502c` 已推送,并验证远程 `main` 与本地 SHA 一致。 - 实现提交 `2a16e9f` 已推送,远程 `main` SHA 与本地一致。 - 既有 `v0.0.0`、`v0.0.1`、`v0.0.2` 已分别精确推送;远程 peeled tag 提交与本地标签提交一致。 -- `v0.0.3` 在封存提交后创建、精确推送并执行最终引用核对。 +- `v0.0.3` 已在封存提交 `d1e54dc` 创建并精确推送;远程 peeled tag 提交与本地标签提交一致。 +- 最终远程核对:`origin/main` 与本地 `main` 一致,四个版本标签全部存在且分别指向预期提交。 diff --git a/docs/features/GOV-004-mandatory-gitea-push/release-notes.md b/docs/features/GOV-004-mandatory-gitea-push/release-notes.md index 1a5aad0..70b8537 100644 --- a/docs/features/GOV-004-mandatory-gitea-push/release-notes.md +++ b/docs/features/GOV-004-mandatory-gitea-push/release-notes.md @@ -3,6 +3,7 @@ ## v0.0.3 - 实现提交:`2a16e9f`。 +- 发布封存提交:`d1e54dc`;带注释标签 `v0.0.3` 已精确推送并核对。 - 把当前分支推送设为每次提交后的固定完成步骤。 - 本次创建的新标签采用精确推送,禁止用 `--tags` 批量发布其他标签。 - 推送失败将阻断任务完成,并禁止强推或自动覆盖未知远程历史。