feat(ci): add version bump tooling and consistency checks#2990
Open
feat(ci): add version bump tooling and consistency checks#2990
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #2990 +/- ##
=========================================
Coverage 72.14% 72.14%
Complexity 930 930
=========================================
Files 1120 1120
Lines 93489 93489
Branches 70838 70850 +12
=========================================
Hits 67445 67445
+ Misses 23475 23453 -22
- Partials 2569 2591 +22
🚀 New features to boost your workflow:
|
a916bfc to
3caf1f2
Compare
atharvalade
suggested changes
Mar 25, 2026
d02a6d9 to
d8015d3
Compare
Bumping versions across 14 components in 6 ecosystems was entirely manual - editing 30+ files with no validation. Add bump-version.sh for automated version bumps with ecosystem-aware translation (Rust -edge.N, Python .devN, Java -SNAPSHOT), a state machine enforcing valid transitions, and dry-run support. Supports individual components, rust-all, and --all targets. Extend extract-version.sh with --all (version table) and --check (workspace dep + Python dual-file validation). Add CI job and pre-commit hook for consistency checks. Rename python-version-sync.sh to python-sdk-version-sync.sh. NOTE: this script NOT supposed to be called by CI machinery. It's intended to be used ONLY manually by maintainers.
d8015d3 to
1f47137
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumping versions across 14 components in 6 ecosystems was
entirely manual - editing 30+ files with no validation.
Add bump-version.sh for automated version bumps with
ecosystem-aware translation (Rust -edge.N, Python .devN,
Java -SNAPSHOT), a state machine enforcing valid
transitions, and dry-run support. Supports individual
components, rust-all, and --all targets.
Extend extract-version.sh with --all (version table) and
--check (workspace dep + Python dual-file validation).
Add CI job and pre-commit hook for consistency checks.
Rename python-version-sync.sh to python-sdk-version-sync.sh.
NOTE: this script NOT supposed to be called by CI machinery.
It's intended to be used ONLY manually by maintainers.