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

Skip GitHub releases for dependency-only updates in a monorepo? #2419

Open
achingbrain opened this issue Oct 31, 2024 · 0 comments
Open

Skip GitHub releases for dependency-only updates in a monorepo? #2419

achingbrain opened this issue Oct 31, 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

@achingbrain
Copy link

I'm using the manifest releaser along with the node-workspaces plugin in a monorepo with 40-odd packages.

During the release process, any sibling packages in the monorepo that depend on each other have that dependency updated when the sibling changes, a git tag is created for the release and the new version is published to npm, which is what we want.

Is it possible to configure skipping the creation of a GitHub release for a monorepo package release when all that release contains is dependency updates?

The reason is the GitHub releases page becomes totally unusable - the documentation for what features/bug fixes are contained in a release of one monorepo package is buried under loads of releases that are just reporting patch updates of monorepo sibling deps.

@achingbrain achingbrain 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 Oct 31, 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