melos
melos copied to clipboard
fix: Change in `example` folder causes also parent package to version
Is there an existing issue for this?
- [X] I have searched the existing issues.
Version
6.1.0
Description
See Discord discussion https://discord.com/channels/295953187817521152/1059839794760392734/threads/1259616978910445638
On A depends package B and this B package has an example app. Now when I add some package, e.g. equatable to package A, and when I run melos bootstrap that equatable gets modified in pubspec.lock in example of package B.
This causes bump version of also package B, even though change is only inside example.
Steps to reproduce
Clone https://github.com/mzdm/monorepo_example_bug
Drop last commit and run melos version --message="chore: update packages [skip ci]" --no-dependent-constraints --no-dependent-versions --no-git-tag-version --yes
Notice that project_b version gets bumped even though change was made only inside example folder
Expected behavior
project_b should not be versioned
Screenshots
No response
Additional context and comments
No response
Hello 👋, to help manage issues we automatically close stale issues.
This issue has been automatically marked as stale because it has not had activity for quite some time.Has this issue been fixed, or does it still require attention?
This issue will be closed in 15 days if no further activity occurs.
Thank you for your contributions.