Conversation
📊 TypeScript Coverage ReportCoverage: 33.9% View detailed reportCoverage artifacts have been uploaded to this workflow run. |
Greptile SummaryThis is a clean release preparation PR that bumps the Rust workspace from Changes:
Confidence Score: 5/5Safe to merge — purely a version bump with no logic or dependency changes. All five changed files contain only mechanical version string updates from No files require special attention. Important Files Changed
Sequence DiagramsequenceDiagram
participant Dev as Developer
participant GH as GitHub (main)
participant CI as GitHub Actions
participant CratesIO as crates.io (OIDC)
Dev->>GH: PR: chore: release v2.2.0-beta.7
Note over GH: Bumps workspace version<br/>Updates CHANGELOG
GH->>GH: Review & Merge to main
GH->>CI: Trigger "Publish Rust Crates" workflow
CI->>CI: cargo build --workspace
CI->>CI: cargo publish kora-lib v2.2.0-beta.7
CI->>CratesIO: Publish via OIDC (no API token)
CratesIO-->>CI: kora-lib published
CI->>CI: cargo publish kora-cli v2.2.0-beta.7
CI->>CratesIO: Publish via OIDC (no API token)
CratesIO-->>CI: kora-cli published
CI->>GH: Create tags: v2.2.0-beta.7, kora-lib-v2.2.0-beta.7, kora-cli-v2.2.0-beta.7
CI->>CI: Trigger Docker publish (workflow_run)
Reviews (1): Last reviewed commit: "chore: release v2.2.0-beta.7" | Re-trigger Greptile |
Summary
2.2.0-beta.7kora-libandkora-clicrate versions in lockfile/manifestsv2.2.0-beta.6Test Plan
Publish intent
mainto validate crates.io trusted publishing via OIDC📊 Unit Test Coverage
Unit Test Coverage: 84.0%
View Detailed Coverage Report