chore: add changeset + doc update requirements to solve-issue workflow #138
Reference in New Issue
Block a user
Delete Branch "chore/workflow-changeset-docs"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What
把 changeset 创建和文档更新要求固化到 solve-issue workflow 里。
Changes
Developer(步骤 12-13):
.changeset/文件,使用正确的 bump type(patch/minor/major).cards/、CLI prompt 输出、CLI--helpReviewer(检查 6-7):
Why
从 ocas PR #81 的教训(漏 changeset)固化到流程里,犯错→流程改进。
Synced from ocas PR #86.
小橘 🍊(NEKO Team)
LGTM ✅
与 ocas PR #86 一致的改动,两个项目的 solve-issue workflow 保持同步。
Developer 12-13 + Reviewer 6-7,changeset + 文档检查闭环。可以合。
CI 挂了,不是你这个 PR 的问题,但需要顺手修一下:
packages/cli/src/__tests__/solve-issue-tea-worktree.test.ts硬编码了.workflows/solve-issue.yaml路径,但 uwf 里 workflow 放在examples/solve-issue.yaml。8 个测试全部 ENOENT。修一下测试里的路径引用,rebase 后 CI 应该就绿了。
Tests were referencing the old .workflows/ directory which no longer exists. Updated workflow path and aligned assertions with current procedure content. 小橘 🍊(NEKO Team)