-
Notifications
You must be signed in to change notification settings - Fork 589
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
Use "*"
instead of exact version number for internal dependencies
#2792
Comments
The Command run: $ ./node_modules/.bin/lerna version --exact --conventional-commits --no-push --no-git-tag-version --no-commit-hooks --yes We can use |
AWS CDK uses |
Open question in lerna lerna/lerna#3063 |
AWS CDK uses custom script for managing versions |
Decision: we'll continue to use lerna version command for creating release commit, and update internal release scripts as follows:
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in this thread. |
Is your feature request related to a problem? Please describe.
Rebasing takes time as we need to manually resolve package version number before merge.
If there is a mistake while rebasing, the CI fails on main branch. Example: #2697
Describe the solution you'd like
Use
"*"
instead of specifying exact version number for internal dependencies.The text was updated successfully, but these errors were encountered: