Skip to content

feat(release/rust): set up release process for rust crates#19155

Merged
theochap merged 1 commit intodevelopfrom
theo/rust-release
Feb 13, 2026
Merged

feat(release/rust): set up release process for rust crates#19155
theochap merged 1 commit intodevelopfrom
theo/rust-release

Conversation

@theochap
Copy link
Member

Summary

  • Add tag classification step to tags.yaml workflow to distinguish Rust crate groups (publish to crates.io) from Docker-only groups (op-reth) and regular Go images
  • Add publish-crates CI job that publishes crates in dependency order with retry logic and index propagation delays
  • Add op-reth Docker bake target, .dockerignore, and compute-git-versions entry
  • Add cargo-release configuration for alloy-op-hardforks and op-reth
  • Fix op-reth DockerfileOp manifest paths (crates/optimism/bin -> op-reth/bin)

Test plan

  • Verify tag classification: alloy-op-hardforks/v* triggers publish-crates only, op-reth/v* triggers release (Docker) only, op-node/v* triggers release only
  • Dry-run publish-rust-crates.sh locally for each group to verify crate ordering
  • Verify op-reth Docker build with docker buildx bake op-reth

🤖 Generated with Claude Code

@theochap theochap requested a review from a team as a code owner February 11, 2026 17:00
@theochap theochap requested a review from joshklop February 11, 2026 17:00
@almanax-ai
Copy link
Contributor

almanax-ai bot commented Feb 11, 2026

Plan expired

Your subscription has expired. Please renew your subscription to continue using CI/CD integration and other features.

@wiz-inc-a178a98b5d
Copy link

wiz-inc-a178a98b5d bot commented Feb 11, 2026

Wiz Scan Summary

Scanner Findings
Vulnerability Finding Vulnerabilities -
Data Finding Sensitive Data -
Secret Finding Secrets -
IaC Misconfiguration IaC Misconfigurations -
SAST Finding SAST Findings -
Software Management Finding Software Management Findings -
Total -

View scan details in Wiz

To detect these findings earlier in the dev lifecycle, try using Wiz Code VS Code Extension.

@codecov
Copy link

codecov bot commented Feb 11, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 75.6%. Comparing base (dc4a7f0) to head (8f0bf51).
⚠️ Report is 2 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop   #19155      +/-   ##
===========================================
+ Coverage     73.5%    75.6%    +2.0%     
===========================================
  Files          188      504     +316     
  Lines        10946    60591   +49645     
===========================================
+ Hits          8055    45829   +37774     
- Misses        2745    14762   +12017     
+ Partials       146        0     -146     
Flag Coverage Δ
cannon-go-tests-64 ?
contracts-bedrock-tests ?
unit 75.6% <ø> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.
see 692 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link
Member

@sebastianst sebastianst left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This does not set up releases of crates to crates.io, right?

@theochap
Copy link
Member Author

This does not set up releases of crates to crates.io, right?

Yes, this is what we talked about with george yesterday

@theochap theochap force-pushed the theo/rust-release branch 2 times, most recently from 1fa1eaa to 0a18520 Compare February 12, 2026 18:37
- Add tag classification to distinguish Rust crate groups from Docker-only groups
- Add publish-crates CI job for crates.io publishing with dependency-ordered releases
- Add op-reth Docker bake target and compute-git-versions entry
- Add cargo-release configuration for alloy-op-hardforks and op-reth
- Add .dockerignore for rust/ build context
- Fix op-reth DockerfileOp manifest paths
@theochap theochap added this pull request to the merge queue Feb 13, 2026
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to no response for status checks Feb 13, 2026
@theochap theochap added this pull request to the merge queue Feb 13, 2026
Merged via the queue into develop with commit fc6cd91 Feb 13, 2026
246 checks passed
@theochap theochap deleted the theo/rust-release branch February 13, 2026 23:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants