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

Yarn workspaces and version bumps without versioning #2250

Open
marcusthelin opened this issue Mar 21, 2024 · 0 comments
Open

Yarn workspaces and version bumps without versioning #2250

marcusthelin opened this issue Mar 21, 2024 · 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

@marcusthelin
Copy link

Hi!

I have a monorepo that uses Yarn workspaces. I have some applications and some libs. Applications depend on libs, but I am not versioning the libs (they just have "*" in package.json).

What I want is that whenever I make a change in a lib, release-please should trigger a patch release for the apps depending on it. Currently release-please seems to want to have the lib configured as a package and will then start versioning it.

Is this possible?

@marcusthelin marcusthelin 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 21, 2024
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