[PM-32751] ci: Fix version name output in run summary#6585
Conversation
|
Claude finished @vvolkgang's task in 1m 25s —— View job Pull Request Review: PM-32751 ci: Fix version name output in run summaryOverviewThis PR extracts duplicated version-increment logic from three build workflows ( Change type: CI/infrastructure refactoring and bug fix FindingsAll findings from the initial review have been resolved:
Notes
✅ No remaining issues. This PR looks good to merge. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #6585 +/- ##
=======================================
Coverage 86.47% 86.47%
=======================================
Files 795 795
Lines 56930 56930
Branches 8259 8259
=======================================
Hits 49230 49230
Misses 4835 4835
Partials 2865 2865 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Great job! No new security vulnerabilities introduced in this pull request |

🎟️ Tracking
PM-32751
📔 Objective
While testing other work I noticed the build workflows were unintentionally listing most of the content of libs.versions.toml. Took the time to move this bit to a script so it can be reused in other places, mitigating regexp differences between them.