release-please not able to find nested package.json #2509
Labels
priority: p3
Desirable enhancement or fix. May not be included in next release.
type: question
Request for information or clarification. Not an issue.
package.json is present inside ui folder
ui/ package.json release-please-config.json .release-please-manifest.json
release-please-config.json file looks like
{
"packages":
"ui": {
"package-name: "ui",
"release-type: "node",
"path:"ui"
}
}
I have github workflow to trigger release-please. When release-please runs, I get the error package.json is missing.
The text was updated successfully, but these errors were encountered: