-
Notifications
You must be signed in to change notification settings - Fork 1
Multi module version management tool #63
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
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #63 +/- ##
==========================================
- Coverage 99.09% 98.55% -0.54%
==========================================
Files 29 49 +20
Lines 661 1318 +657
==========================================
+ Hits 655 1299 +644
- Misses 6 19 +13 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
|
||
| ## Limitations | ||
|
|
||
| - All modules have the same version. |
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.
I think we should solve this limitation for sure, I have observed this to be a problem often. Specially with auto-dependency bump tools like renovate.
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.
Ideally yes. I’m still unsure about how to go about solving this
| ## Limitations | ||
|
|
||
| - All modules have the same version. | ||
| - Git tags are treated as the source of truth for the version. |
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.
How's this a limitation?
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.
I have seen some tools using some kind of a file to declare all modules and respective versions. The tool then uses this file to create tags etc. The downside of this approach is that it requires manually updating this file for every release.
My goal with this tool is to make it fully automated using only git data as source of truth
…endencies. Added 'list' command to display all modules and their dependencies.
…ion updates and inter-module dependency adjustments.
No description provided.