Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release-please not able to find nested package.json #2509

Open
Keerthanalaxmi opened this issue Mar 17, 2025 · 0 comments
Open

release-please not able to find nested package.json #2509

Keerthanalaxmi opened this issue Mar 17, 2025 · 0 comments
Assignees
Labels
priority: p3 Desirable enhancement or fix. May not be included in next release. type: question Request for information or clarification. Not an issue.

Comments

@Keerthanalaxmi
Copy link

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.

@Keerthanalaxmi Keerthanalaxmi added priority: p3 Desirable enhancement or fix. May not be included in next release. type: question Request for information or clarification. Not an issue. labels Mar 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: p3 Desirable enhancement or fix. May not be included in next release. type: question Request for information or clarification. Not an issue.
Projects
None yet
Development

No branches or pull requests

2 participants