Files
dbtool-cli-v1/PRE_RELEASE_CHECKLIST.md
Paperclip CTO a28dab4cd9
Some checks failed
release-smoke / macos-13 / x86_64-apple-darwin (push) Has been cancelled
release-smoke / ubuntu-latest / x86_64-unknown-linux-gnu (push) Has been cancelled
release-smoke / windows-latest / x86_64-pc-windows-msvc (push) Has been cancelled
feat(usable): package gui-host validation snapshot
Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-03-31 10:21:36 +00:00

33 lines
1.5 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# dbtool-cli-v1 发布前检查清单(初版)
## 发布前必须确认
- [ ] 当前发布版本、提交来源、构建来源明确
- [x] 项目工作区可访问
- [ ] README / 运行说明与实际一致
- [x] smoke 路径可执行
- [x] demo / seed 路径可执行
- [ ] Docker 路径可执行(如果承诺提供)
## 功能门槛
- [x] PostgreSQL happy path 通过
- [x] MySQL happy path 通过
- [x] SQLite happy path 通过
- [x] 至少一条连接失败路径已验证
- [x] 至少一条查询失败路径已验证
- [x] 至少一条导出失败路径已验证
## 证据门槛
- [x] 验收检查表已更新
- [x] 失败路径有复现步骤
- [x] 已知风险有记录
- [x] 未验证项有明确原因
## 当前状态
- 当前清单已具备 SQLite 主流程证据、Linux release artifact smoke 证据、基于 [CMP-17](/CMP/issues/CMP-17#comment-0cd53e93-25a5-456b-8dba-31ea098c2aa8) 的宿主机 PostgreSQL / MySQL happy-path 证据、MySQL 修复分支的离线回归证据,以及 [CMP-23](/CMP/issues/CMP-23#comment-ab7a7c16-aaa3-4e62-9543-5055925201b8) 中完整的宿主机 Unicode patched-run 附件,但仍不可整体判定通过。
- 原因 1当前 agent 环境无法执行 GitHub 的 macOS / Windows runner因此跨平台 release artifact 仍缺真实运行证据。
- 原因 2宿主机证据里二进制路径仍是占位符commit SHA / branch 也未附上;这更像可追溯性补强项,而不是当前 MySQL Unicode 验收 blocker。