release: bump the version to 2.0.0-rc6 - #499
Merged
Merged
Conversation
Set the workspace version to 2.0.0-rc.6. All 29 crates inherit it. Set @beacon/client to 2.0.0-rc.6. Set beacondb and beacon-datalake-cli to 2.0.0rc6, which is the PEP 440 spelling. Rename docs/docs/2.0.0-rc5 to docs/docs/2.0.0-rc6. Point every link at the new directory. Keep LATEST_VERSION at 1.8.0, because /docs/latest names the newest stable release, not the newest directory.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #499 +/- ##
==========================================
- Coverage 83.79% 83.79% -0.01%
==========================================
Files 390 390
Lines 66523 66523
==========================================
- Hits 55743 55741 -2
- Misses 10780 10782 +2
🚀 New features to boost your workflow:
|
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.
Summary
This PR sets the version to 2.0.0-rc6. The change touches 103 files.
Crates
The workspace version becomes 2.0.0-rc.6. All 29 crates inherit this version. Cargo.lock holds the same 29 entries. The crate beacon-binary-format keeps version 2.2.0, because it holds its own version.
Clients
The package @beacon/client becomes 2.0.0-rc.6. Both lock files change. The package beacondb becomes 2.0.0rc6. The package beacon-datalake-cli becomes 2.0.0rc6. PEP 440 defines this spelling.
Docs
The command
git mvrenamesdocs/docs/2.0.0-rc5todocs/docs/2.0.0-rc6. The 78 pages keep their history. Every link points at the new directory. LATEST_VERSION stays at 1.8.0. The path/docs/latestnames the newest stable release, not the newest directory.Tests
The command
cargo test -p beacon-server --lib axum::homepasses 5 tests. One test asserts that the compiled version names a docs directory that exists. The commandnpm run docs:buildreports no dead link. The commandcargo metadata --lockedaccepts the lock file.