allowBuilds 占位符键为单引号且值为提示文案,升级 rc.8 后需手工置 true 才能继续 #3699
yangfei222666-9
started this conversation in
General
Replies: 2 comments
|
补充复现细节(同一问题的更新说明):
感谢各位 upvote/反馈。 |
0 replies
|
更正与校准(感谢进一步核查):
(上文建议中"直接生成有效布尔结构"一条请视为已被本更正取代。) |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
现象一句话
rc.8 profile 升级时,
pnpm-workspace.yaml生成的 allowBuilds 占位符使用单引号键、值为提示文案而非布尔值,文档未说明,用户须手工置true才能继续。复现、预期与验收
随后查看该 profile 的
pnpm-workspace.yaml的allowBuilds段。true。0.1.0-rc.8;macOS;pnpm v11。true②升级文档记录该步骤 ③直接生成有效布尔结构。English
Title: allowBuilds placeholders use single-quoted keys with placeholder text — rc.8 upgrades require manual
truebefore continuingSummary: During an rc.8 profile upgrade, the generated
allowBuildsplaceholders inpnpm-workspace.yamluse single-quoted keys with instructional text instead of a YAML boolean, and the docs do not mention this; the user must settruemanually to proceed.Reproduction, expectation, acceptance
then inspect the
allowBuildssection of that profile'spnpm-workspace.yaml.truewhen the package needs builds.0.1.0-rc.8; macOS; pnpm v11.All reactions