fix(release): provide prerelease plugin companions to package QA (#120107)

This commit is contained in:
Vincent Koc
2026-08-07 13:31:41 +08:00
committed by GitHub
parent aea8b4f565
commit a0deb8edae
26 changed files with 1669 additions and 71 deletions
+4
View File
@@ -29,6 +29,10 @@ function githubOutputs(plan) {
`needs_functional_image=${boolOutput(needs.functionalImage)}`,
`needs_live_image=${boolOutput(needs.liveImage)}`,
`needs_package=${boolOutput(needs.package)}`,
`needs_prepublish_plugin_registry=${boolOutput(needs.prepublishPluginRegistry)}`,
`required_prepublish_plugin_packages=${JSON.stringify(
plan.requiredPrepublishPluginPackages ?? [],
)}`,
];
}