Skip to content

fix: Change in example folder causes also parent package to version #737

@mzdm

Description

@mzdm

Is there an existing issue for this?

  • 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingstaleIdentifies issues/PRs that are scheduled to be closed due to inactivity.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions