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` 批量发布其他标签。 - 推送失败将阻断任务完成,并禁止强推或自动覆盖未知远程历史。