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

Breaking change added to the footer but still minor version release #3983

Open
yeshamavani opened this issue Mar 26, 2024 · 0 comments
Open

Comments

@yeshamavani
Copy link

yeshamavani commented Mar 26, 2024

Current Behavior

In my Lerna monorepo, a commit message including a "BREAKING CHANGE" was applied to all packages, yet only a few received a major version release, while the remainder were updated with a minor version. What could be the reason for this discrepancy?

Expected Behavior

All the packages should have been released with major version right.

Steps to Reproduce

You can refer my repository here - https://github.com/sourcefuse/loopback4-microservice-catalog
This is my commit PR that includes changes in all the packages and I have added the "BREAKING CHANGE" footer here.
Link to PR - sourcefuse/loopback4-microservice-catalog#2047
link to release - sourcefuse/loopback4-microservice-catalog@3ddb407

Can someone please guide me what I am doing wrong.

Environment

Currently I am using mac but I get same results when using the same commands in CI
here is my ci file --- https://github.com/sourcefuse/loopback4-microservice-catalog/blob/master/.github/workflows/release.yml

Environment info:

System:
OS: macOS 14.4
CPU: (8) arm64 Apple M2
Binaries:
Node: 18.16.0 - ~/.nvm/versions/node/v18.16.0/bin/node
Yarn: 1.22.21 - ~/.nvm/versions/node/v18.16.0/bin/yarn
npm: 9.5.1 - ~/.nvm/versions/node/v18.16.0/bin/npm
Utilities:
Git: 2.39.3 - /usr/bin/git
npmPackages:
lerna: 7.2.0 => 7.2.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant