-
Notifications
You must be signed in to change notification settings - Fork 212
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
feat: add support for melos bs --skip-linking
#684
Conversation
Signed-off-by: Sahil Kumar <[email protected]>
Signed-off-by: Sahil Kumar <[email protected]>
Signed-off-by: Sahil Kumar <[email protected]>
Signed-off-by: Sahil Kumar <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall it looks good to me!
Just two small nits.
Signed-off-by: Sahil Kumar <[email protected]>
Signed-off-by: Sahil Kumar <[email protected]>
Hey @spydon , can we do a new release today with all the new features available in main? Thanks |
Hey, |
Description
Fixes: #682
Adds a new flag
--skip-linking
to the melosbs
.Logs
--skip-linking
enabled--skip-linking
disabledType of Change
feat
-- New feature (non-breaking change which adds functionality)fix
-- Bug fix (non-breaking change which fixes an issue)!
-- Breaking change (fix or feature that would cause existing functionality to change)refactor
-- Code refactorci
-- Build configuration changedocs
-- Documentationchore
-- Chore