Tags: wvlet/runi
Tags
Publish runi-cli-macros in release workflow (#10) ## Summary - PR #7 added `runi-cli-macros` as a separate workspace crate. - `runi-cli` depends on it via the default `derive` feature, so `cargo publish -p runi-cli` would fail until `runi-cli-macros` is on crates.io. - Slot `publish runi-cli-macros` between `runi-log` and `runi-cli` in `release.yml`. ## Test plan - [ ] Push a `v0.1.0` tag once merged and confirm all five crates publish in dependency order. 🤖 Generated with [Claude Code](https://claude.com/claude-code)